Home Forums WoodMart support forum Header above the content problem

Header above the content problem

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #26254

    philip
    Participant

    Hi again,

    I want to have everywhere in my shop a black background with a sticky header and light text colour except on the Home page.

    I have done the below steps and but I cannot get the Header above the content in the Home page to remove the background colour. It always sets the black colour.

    I have set in Header Layout
    Sticky Header -> ON
    Header above the content -> OFF

    I have set in Style & colors
    Header text color -> Light
    Header background -> Black

    and in my Home page
    Header design -> Inherit or Simplified (Is the same i think)
    Header above the content – > ON
    Header text color -> Dark

    Attachments:
    You must be logged in to view attached files.
    #26264

    Artem Temos
    Keymaster

    Hi,

    Please, provide us your website link so we can check it.

    Regards

    #26273

    philip
    Participant

    You can clearly see that all other pages are working with the prefer colours and settings.

    #26300

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .home .main-header {
    	background: transparent;
    }
    #26326

    philip
    Participant

    Yes that works but what about when you scroll down and becomes a sticky header? It should be black with a small tone of opacity around 80%?

    #26333

    Artem Temos
    Keymaster

    We can’t see your website now. Did you block the IP again?

    #26338

    philip
    Participant

    Yes sorry. Its open again

    I have added the below css also to make it with white background but now I have the white logo showing up.

    .header-has-bg.header-color-dark.act-scroll {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.9);
    }

    #26345

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .home.sticky-header-real .act-scroll .switch-logo-enable .woodmart-main-logo {
    	display: block;
    }
    
    .home.sticky-header-real .act-scroll .switch-logo-enable .woodmart-sticky-logo {
    	display: none;
    }

    Regards

    #26351

    philip
    Participant

    Ok it works with the correct logo, thank you very much.

    #26355

    Artem Temos
    Keymaster

    You are welcome!

Viewing 10 posts - 1 through 10 (of 10 total)