Remove Space where Breadcrumbs were shown after turning them off?

Discussion in 'Dzonia WordPress Theme' started by sbatson01, Aug 17, 2017.

  1. sbatson01

    sbatson01 New Member

    Joined:
    Jul 31, 2017
    Messages:
    15
    Likes Received:
    0
    I found code to turn off the Breadcrumbs, that works fine. There's now a blank area framed in that makes it obvious something is missing. Is there a way remove that small area so the space is gone and the frames disappear?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To remove the Breadcrumbs frame, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_navi_bg {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. sbatson01

    sbatson01 New Member

    Joined:
    Jul 31, 2017
    Messages:
    15
    Likes Received:
    0
    Thanks, that did it!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page