Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
secondary menu split depth change color
rcharles10101
January 2018
in
Menu / Mega menu
how do I change those color? I cannot seem to find it.
and is sit possible to change color every menu link to a specific color? that would be cool.
Comments
Bryan
January 2018
Hi,
you can change individual menu colors only with custom html/css.
You can go to appaerance>menus and wrap a menu item name in this:
<span style="color:red;">MENU ITEM NAME</span>
thanks
rcharles10101
January 2018
thanks mate...
how bout the background color?
Bryan
January 2018
Background would be not possible, but you can try using background:red !Important; for example, it all depends on the header style.
rcharles10101
February 2018
where do I use "background:red !Important;"?
Bryan
February 2018
In the previous HTML I gave you, you had color red, replace it with the background
<span style="background:red;">MENU ITEM NAME</span>
Sign In
or
Register
to comment.
Comments
you can change individual menu colors only with custom html/css.
You can go to appaerance>menus and wrap a menu item name in this:
<span style="color:red;">MENU ITEM NAME</span>
thanks
how bout the background color?
<span style="background:red;">MENU ITEM NAME</span>