• gary yap

    (@gary-yap)


    Hi, my website is lighthousepsych.com and I have chosen Sela theme. Yet, the header colour is too pinkish to me. May I ask how to change the header of the website through CSS coding? Your help is deeply appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • stephencottontail

    (@stephencottontail)

    Try this in your custom CSS plugin:

    .main-navigation {
    background-color: #ff0000;
    border-bottom: 2px solid #ff0000;
    }

    You can use a site like Colorpicker to get the right hex code for the color you want.

    Thank you so much, I had the same problem and have been searching forums for days! I’m new to this and almost gave up, thanks for taking the time to post your knowledge here! ??

    Thanks, that works but what about the small menu bar in the mobile view? That still stays pink.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sela Theme – Change the colour of navigation bar’ is closed to new replies.