Header help #1 Background colour

Home Forums Jevelin Theme Header help #1 Background colour

Home Forums Jevelin Theme Header help #1 Background colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • amudalainc
    Participant

    Hi

     

    At cccactive.com I have created a header that I would like to have a greyish background once it becomes “permanently placed at the top”.  The permanent version, once I scroll, has a white background.

     

    Many thanks for any help.

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

    Solution for this topic

    Hi @amudalainc,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header.sh-sticky-header-active {
        background: #ececec;
    }

     

    Best regards,
    Shufflehound team

    amudalainc
    Participant

    resolved

    thankyou

    You are most welcome here 🙂

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