• Hi, I am using the free version of botiga and i have set transparent header as ON but I am not able to set it to just the home page, i have used white logo its remaining the same on all the pages. there is an option to add condition but that is not working, i tried including excluding other pages but it just doesn’t work also there is no option to change the logo too for the transparent header.

    please help me with this

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @manoranjan11,

    Thank you for reaching out to us.

    To manually set separate background color for site header in non-homepage, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (max-width: 991px) {
        body:not(.home) .bhfb-header.bhfb-mobile .bhfb-main_header_row {
            background-color: #000;
        }  
    }
    
    body:not(.home) .bhfb-desktop .bhfb-main_header_row {
        background-color: #000;   
    }
Viewing 1 replies (of 1 total)
  • The topic ‘transparent header only in home page’ is closed to new replies.