Menu colour and background - by Paycheck85

This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Eva Kemp

  • Avatar: Paycheck85
    Paycheck85
    Participant
    January 20, 2017 at 15:01

    i would like to change the menu bar color. how can i do that, instead of black i would like it in green.

    And the background i would like to change. i can do it with .st-content {
    background-image:url(‘…’);
    }
    but then the background from the menu also changes. is it possible to do only the background and not the menu background?

    thanks

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    January 21, 2017 at 10:27

    Hello,

    As I see you’ve added this code for header:

    .header-wrapper.header-type-5.header-scrolling {
        background-image: url("http://www.berendetimmerwerken.nl/wp-content/uploads/2014/02/brownboard.jpg");
    }

    change it to:

    .header-wrapper.header-type-5.header-scrolling {
        background-color: green;
    }

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.