StyledThemes

Header color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40207
    Miranda Graat
    Participant

    I want to change the header color into white so that the logo is more integrated in the header. But everything I try it stays black. Already have changed the Header Background Color into white, but it is not accepted. I save and publish the settings and the the systems asks if I want to leave the page. The header stays black.
    What can I do?

    http://www.bmoda.nl

    Regards,
    Miranda

    #40221
    Bidur
    Moderator

    Hi,

    If you found problem changing the header background color you can also use custom css to change color. for this you have to use following css code: it set background color of header white.

    #header .row {
    background-color: #fff;
    }

    Thanks

    #40261
    Miranda Graat
    Participant

    Thank you Bidur 🙂

    #40324
    Bidur
    Moderator

    Hi,

    Glad it worked. If you have further queries please contact us.

    Thanks

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