Topic Resolution: Resolved
  • Closed
  • Thomas Stather
    Spectator
    10.11.2015 at 09:35 #21940

    Hi

    Another question (haven’t found anything in the themes options) how can i change the background color of the menu items when they are hovered (currently its some kind of light grey and i need something darker)?

    Best,

    Thomas

    Denzel Chia
    Moderator
    Posts: 2656
    11.11.2015 at 07:10 #21969

    Hi,

    Please provide website url.
    I will try to come up with a solution.

    Thanks!

    Thomas Stather
    Spectator
    Posts: 5
    11.11.2015 at 16:17 #21991
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:36 #22016

    Hi,

    I have added the following codes in your Theme Options -> Custom CSS

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

    You can change the #f1f1f1 to other color hex code.

    Thanks!