Home Forums Basel support forum Sticky Header Background Color – version 3.3.1

Sticky Header Background Color – version 3.3.1

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

    marcioganzer
    Participant

    Hello,

    I updated the version of the theme to 3.3.1 and after that my sticky header got the transparent background.

    Where can I change the background color of the sticky header in settings?

    I would leave it with the white background as before.

    Thanks.

    #16508

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us a link to your website so we can see the problem?

    Regards

    #16528

    marcioganzer
    Participant

    The site is still developing, it is not open to the public.

    But I’m attaching a print screen.

    Thanks.

    #16529

    marcioganzer
    Participant

    Follow the print screen here

    #16532

    Artem Temos
    Keymaster

    Sorry, but we can’t reproduce it on our side. We need to see it live to understand what is wrong.

    #16533

    marcioganzer
    Participant

    Do you have any css suggestions for changing the background color of the sticky header?

    #16537

    marcioganzer
    Participant

    This was the CSS responsible for putting the transparent background in the sticky header:

    .main-header, .sticky-header.header-clone, .header-spacing {
        background-color: transparent;
        background-repeat: repeat-x;
        background-position: center center;
    }
    

    I solved the problem by adding this to the child theme:

    .sticky-header {
        background-color: white !important;
    }
    #16541

    Artem Temos
    Keymaster

    Hi,

    We are glad that you have found the solution.

    Kind Regards
    Xtemos

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