Home › Forums › Construction Pro/Build Forum › Change Color in Menu CSS
- This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 26, 2018 at 4:07 pm #97556
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!
March 26, 2018 at 4:08 pm #97557The website for the mentioned question above is:
http://340.f0c.myftpupload.comMarch 30, 2018 at 6:31 am #97914Hi,
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,
ChrisMarch 31, 2018 at 3:34 pm #98084Thank you.
That worked for the menu divider lines, but not the menu itself. What code is needed for the menu?
Thanks again!
April 2, 2018 at 6:03 am #98136Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.