Breadcrumbs?

Discussion in 'ColorWay WordPress Theme' started by ronrichel, Apr 7, 2015.

  1. ronrichel

    ronrichel New Member

    Joined:
    Aug 28, 2012
    Messages:
    1
    Likes Received:
    0
    on each page above the title of it, the permalink (or breadcrumbs?) are showed, how to remove?
    See each page on mooii.biz and the attachment.

    Schermafbeelding 2015-04-06 om 12.19.27.png
     
  2. praveen

    praveen Support Staff

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

    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
     
    beautyplaza likes this.

Share This Page