Remove Page Title String

Discussion in 'ToomMorel WordPress Theme' started by itzcandy, Jun 12, 2015.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    How do I get rid of this at the top of my pages?
    "Home » Videos"
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#crumbs {
      display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page