Home Forums Basel support forum Header above the content

Header above the content

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #96521

    despina.mina
    Participant

    Hello,
    in home page i have enabled “Header above the content” option,but nothing happens.
    Also,does not exists this option in theme settings-header layout although if i have latest option of theme.
    Can you please help?

    #96576

    Hello,

    Please deactivate all the plugins not related to the theme.

    Best Regards

    #96578

    despina.mina
    Participant

    Hello,i have deactivated all the plugins,but it has nothing to do with this

    #96607

    Hello,

    The header type you have set in the Theme settings cannot be over content. If you want header over the content, choose the header design in one row.

    Best Regards

    #96621

    despina.mina
    Participant

    ok,done!
    Is it possible to make a semi transparent header color(RGB)?

    #96623

    Hello,

    Please add this code and insert the RGB color:

    .main-header, .sticky-header.header-clone, .header-spacing {
        background-color: #c1c1c1;
    }

    Best Regards

    #96626

    despina.mina
    Participant

    This code is applied only to main header and not in sticky header

    #96645

    Hello,

    Please add this code to the Theme Settings > Custom CSS

    body .main-header.header-has-no-bg.color-scheme-light.act-scroll {
        background-color: rgba(0,0,51,.6);
    }

    Best Regards

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