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
Menu sub-line color.
iafigliola
March 2015
edited March 2015
in
Menu / Mega menu
Sorry I´m trying to find where I can define the color of the under line of the main menu.
Comments
Albert
March 2015
Hi,
This line color, can be changed within below css:
#Top_bar::after { background: #000; }
Thanks!
iafigliola
March 2015
You mean here?
Is not working.
iafigliola
March 2015
This is the url, just in case you need it
http://iafigliola.com/latinware/
Albert
March 2015
Yes, we mean exactly this section. And as w see you already changed this color.
iafigliola
March 2015
The code that you give me didn´t work.
This is the code that I use:
#Top_bar:after { background: #74c356; content: ""; display: block; height: 3px; left: 0; position: absolute; width: 100%; z-index: 21; }
But I have a problem. Please scroll down to see what happen with the sub-line:
http://iafigliola.com/latinware/
Albert
March 2015
To move this line up on sticky header, please use below css:
#Top_bar.is-sticky::after { top: 60px !important; }
iafigliola
March 2015
Fixed.
Thanks!
Albert
March 2015
You're welcome
Sign In
or
Register
to comment.
Comments
This line color, can be changed within below css: Thanks!