Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    September 29, 2015 at 5:43 pm #21036

    Hello. I want to begin by saying the support on this forum has been fantastic. So helpful, thank you 🙂

    I’d like to change the hover color of the main menu on the website: http://9e8.470.myftpupload.com/.

    Is there a Custom CSS feature that will work here? If so, can you please suggest one?

    Thanks again.

    Denzel Chia
    Moderator
    Posts: 2656
    September 30, 2015 at 10:13 am #21044

    Hi,

    Thank you for your compliments.

    Please use the following codes in your Theme Options -> Custom CSS

    #nav ul li:hover{
    background:#f1f1f1 !important;
    }

    Just change the color #f1f1f1 to the color that you required.

    Thanks!

    JS
    Spectator
    Posts: 27
    October 5, 2015 at 12:24 am #21153

    Thank you, this worked!