Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #117598
    E. van den Berg
    Participant

    Hello,
    Can you please tell me how to change the header background color into transparant of transparant white?

    Thank you very much!

    #117603
    Mahesh
    Keymaster

    @publiek: Please post in your site url.

    Regards,
    Mahesh

    #117604
    E. van den Berg
    Participant
    #117605
    Mahesh
    Keymaster

    @publiek: Your site says “Kom los, Laat los, Wees los”, seems its under construction or maintenance. We need to look on the actual site for us to check.

    Regards,
    Mahesh

    #117608
    E. van den Berg
    Participant

    At this moment you can visit the website.

    #117609
    Mahesh
    Keymaster

    @publiek: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .site-banner {
        background-color: transparent;
    }

    Regards,
    Mahesh

    #117610
    E. van den Berg
    Participant

    This doesn’t work, do you have another solution?

    #117611
    Mahesh
    Keymaster

    @publiek: Try the following:

    .site-banner {
        background-color: transparent !important;
    }

    Regards,
    Mahesh

    #117613
    E. van den Berg
    Participant

    It works, thank you very much!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header background color transparant’ is closed to new replies.