How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Remove grey color in header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17362
    MitchellHax
    Participant

    I can not seem to find where I can change the color of the grey block in my header.
    Website is: https://toponlinecasinonederland.nl

    Screenshot of area I mean: https://ibb.co/0yML17S

    #17379
    admin
    Keymaster

    Hi Mitchell!

    I see you refer to PokaTheme 3.

    The color of the grey block comes from the ā€œSite background colorā€ that you can change in Dashboard > Theme Settings > Visual Settings, under ā€œGeneralā€ tab. But this will change the background color of the site so I donā€™t think itā€™s a good idea.

    If you want to change the background color only for this section, which is a ā€œspecialā€ section and its background is styled somehow hardcoded, you need to add the following CSS into your child themeā€™s style.css:

    .body-header-style1.home .section--first {
     background: #ff0000 !important;
    }
    

    The above example will add a red (#ff0000) background color.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.