badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

coloured Bar under header not appearing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51912
    dannyreb
    Participant

    I have interface pro theme. I want the colored bar with page title and breadcrumbs on to appear under header on homepage and shop page, it is only appearing on cart and checkout pages.

    #51916

    Hi dannyreb,

    If you want to display in home page also then a bit of code customization is required. Goto theme folder -> inc -> structure -> header-extension.php on line no 365 and 386 and remove this code
    From line 365
    if( ( ( '' != interface_header_title() ) || ( $interface_show_breadcrumb == 'true' && function_exists( 'bcn_display_list' ) ) ) && !( is_home() || is_front_page() ) ) {
    and from line 386
    }

    We recommended you not to customize the code but if you really like to customize the code then we recommended you to create a child theme so that while updating to new version your customized code will not be lost. So better make a child theme before making any customization in the theme or make same changes each and everytime while you update to new version.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.