Dog Grooming Theme

Discussion in 'Black Horse WordPress Theme' started by businessjitsu, Aug 16, 2016.

Thread Status:
Not open for further replies.
  1. businessjitsu

    businessjitsu New Member

    Joined:
    Aug 15, 2016
    Messages:
    11
    Likes Received:
    1
    I applied css within Theme Options > Styling Options to remove breadcrumbs but I can't figure out how to remove the breadcrumb area. I want to remove the approx 1 inch horizontal strip where the breadcrumbs used to be. I removed the "breadcrumbs plugin" section of inkthemes-functions.php but no change. I put the the "breadcrumbs plugin" section back in inkthemes-functions.php

    Looking forward to a hopefully simple solution. Thank you very much.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .page-info-container .page_info #crumbs {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. businessjitsu

    businessjitsu New Member

    Joined:
    Aug 15, 2016
    Messages:
    11
    Likes Received:
    1
    Thank you! Your code removed the breadcrumb (I previously had figured out how to accomplish this) but I still see the approx one inch horizontal bar where the breadcrumb used to be. That is a lot of wasted page real estate. Is there a way to shrink empty bar to 1/8 inch or to remove entirely? Thank you.
     
  4. businessjitsu

    businessjitsu New Member

    Joined:
    Aug 15, 2016
    Messages:
    11
    Likes Received:
    1
    Nevermind! I found an answer you gave someone else. The answer is:

    .page-info-container {
    display: none;
    }

    Thanks!
     
  5. priya

    priya Guest

    Great..!!!
     
Thread Status:
Not open for further replies.

Share This Page