Home Forums Basel support forum Single Product Header Backgrounds

Single Product Header Backgrounds

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #198293

    amarnath
    Participant

    We do have a white logo, implementing a suggestion by you on hooking code to functions.php, doesn’t work as we do like to have a black header for single product layout.
    Kindly resolve the issue. Ref. page: https://www.colorchalk.com/beta.uniquekart/vendor/morning-fresh/ (Though the sticky turns black which is fine with us.) “

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You need to set the Header text color in the Theme settings > Header > Appearance > https://prnt.sc/souxu5

    Best Regards

    #198380

    amarnath
    Participant

    Thanks for your prompt reply. We are using overlap options for rest of the pages. But we need a black background/image for the header on the single product page alone.

    Appreciate your further help on this.

    #198520

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .enable-sticky-header.basel-header-overlap .main-header {
        background-color:black;
    }

    Best Regards

    #198526

    amarnath
    Participant

    Thanks for the css code. But after applying still the background doesn’t change to black. But changes to black on only sticky movement. See attached screenshot for reference.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .color-scheme-light.main-header {
         background-color:black;
    }

    Best Regards

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