• Okay, this is a great template. But when I remove breadcrumbs on the pages, I lose the image that they are usually displayed within. I love that image. Any way to just remove the breadcrumb text. I’d even settle for making it transparent.

    Boy I hope someone can help me.

Viewing 1 replies (of 1 total)
  • Theme Author MageeWP

    (@magictheme)

    Hi,
    Sorry for the delaying reply. Here is a solution of making the breadcrumb text transparent: go to Dashboard -> Appearance -> Editor, find “Stylesheet (style.css)” in the right list. Copy the following codes and paste them at the end of the left text box. Finally click on the Update File button.
    Good luck!

    .breadcrumb {
       opacity:0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘remove breadcrumbs?’ is closed to new replies.