Change Color in Menu CSS

Home Forums Construction Pro/Build Forum Change Color in Menu CSS

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #97556
    lisa.jarvislisa.jarvis
    Member
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: January 2, 2018

    Please help me with the code for the menu and the lines between the menu items.

    I have tried:
    .header .header-inner .nav, .header .header-inner .nav ul li:hover > ul
    {background-color: #5f4e42 !important;}

    Thank you!

    #97557
    lisa.jarvislisa.jarvis
    Member
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: January 2, 2018

    The website for the mentioned question above is:
    http://340.f0c.myftpupload.com

    #97914
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header .header-inner .nav ul li, .header .header-inner .nav ul li ul li { border-color: #5f4e42 !important;}

    Regards,
    Chris

    #98084
    lisa.jarvislisa.jarvis
    Member
    • Topics: 4
    • Replies: 10
    • Total: 14
    Member since: January 2, 2018

    Thank you.

    That worked for the menu divider lines, but not the menu itself. What code is needed for the menu?

    Thanks again!

    #98136
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    Replace this new code there:

    .header .header-inner .nav { background-color:#5f4e42;}
    .header .header-inner .nav ul li, .header .header-inner .nav ul li ul li { border-color: #4e3f33 !important;}

    Regards,
    Chris

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