Awesome One-Pro: Change Hover Navigation background

Home Support Themes Forum Awesome One-Pro: Change Hover Navigation background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2222
    Anonymous
    Inactive

    Hello,

    Want to change the hover background on the navigation. Currently set to black:
    http://www.blazingsystems.com/selmanew/

    Tried adding:.nav ul li:hover ul.sub-menu{background-color:#fff}; to end of style sheet, but did not work.

    Any help?

    #2237
    FlyThemes
    Keymaster

    Hi

    Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS and add the below code with your color code.
    .header .header-inner .nav ul li:hover > ul{background-color:#000000;}

    Thank You

    #2274
    Anonymous
    Inactive

    Unfortunately that didn’t work.

    Switched color to #FFFFFF:http://imgur.com/dRAtFG4

    Dropdown background still black: http://www.blazingsystems.com/selmanew/

    wp

    #2275
    Anonymous
    Inactive

    Not sure if this is gonna be a re-post…not sure first one went through:

    Unfortunately this didnt work:

    Changed color code to ffffff,http://imgur.com/dRAtFG4

    Site still has black background drop down:http://www.blazingsystems.com/selmanew/

    Thanks in advance for help.

    wp

    #2295
    FlyThemes
    Keymaster

    Hi

    In the custom css box remove > and use > sign or space and after the code add !important
    for eg:

    .header .header-inner .nav ul li:hover > ul{background:#ffffff !important;}

    Thank You

    #2393
    Anonymous
    Inactive

    That worked! Thanks for the help!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.