Remove Breadcrumbs Bar

Discussion in 'BusinessGrow One Page WordPress Theme' started by natemjohnson, Aug 30, 2015.

  1. natemjohnson

    natemjohnson New Member

    Joined:
    Aug 15, 2015
    Messages:
    6
    Likes Received:
    0
    Hello, I would like to remove the breadcrumbs bar altogether. I was able to remove the text but I would like the bar removed.

    https://ewgpartners.com/annalee/

    Additionally, the footer section for the page listed above does not fill the whole page. It works on all other pages but for some reason just the page mentioned above has this issue with the footer.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can resolve your issue related to removing the breadcrumbs, you just have to paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .index_titles.blog.single {
        display: none;
    }
    Hope it will resolve your first issue..

    Sorry, we didn't get your second issue, so please send us screenshots related to your second query so that we can better assist you..

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page