How can I change colors in header #8? .header-layout-8 .header-bottom {
color: var(--color-primary);
} doesn't work.
Miltos

Hi Miltos,

Could you tell me more details of which part you want to change the color? as by default, the header-bottom div contains various elements there: main menu, ...

Some screenshots of how you want to achieve would be helpful.

Regards

I want to change black to primary color. But I see that black is "important"

    miltos Hi

    It depends on the palette you're assigning to that block.

    Please go to template style that you're using >> Layout settings >> edit the section that you load Header 8 block >> select the Palette you want:

    Then open the Theme Color settings >> Palettes >> edit the background color for the palette you set above.

    No, it can't be done like that. I'm interested for the background. You can't change the background in header No. 7 (black) because the background is "important". It needs an override. In which file?

      miltos Could you confirm the Header block you want to change? In the first post you mentioned Header-8 🙂

      @"saguaros"

      Yes, you're right, I wrote it wrong in the first post. I'm talking about No7, the black one.

      Hi

      It's due to the class header-theme-dark used in this Header 7 block and it's forced to black background.

      <div class="header-top header-theme-dark">
      <div class="header-bottom header-theme-dark border-top">

      You can remove this class.

      Regards

      Write a Reply...
      You need to Login to view replies.