Sticky Header Background Colour

Home Forums Jevelin Theme Sticky Header Background Colour

Home Forums Jevelin Theme Sticky Header Background Colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • singbrothers1
    Participant

    Hey guys. Could I possibly enable background colour / opacity for the sticky header? It looks to be enabled in the menu and I forced an !important addenum on its opacity but it doesn’t seem to reflect live. Could I get some help?

    Hi @singbrothers1,

     

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

     

    Could you please share me your site URL where it’s displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    singbrothers1
    Participant

    Inserted into private info field! Thanks!

    The background color is not working on your site because of the following CSS code that you are using on your site generated by YellowPencil Plugin.

    .sh-header-height .sh-header-small-icons > .container:nth-child(1) {
        height: 0px;
    }

    So to make it work please either remove the above CSS code from your site or add 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

     

    #page-container .sh-header-height .sh-header-small-icons > .container:nth-child(1) {
        height: auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)