Hey Tahir. If i activate "underline animation" everything interactive (active, hover, starting) on custom colors for the header font is dedicated to the line instead to the font. See once again the screenshots. I send you the login data - try on your own without custom css... ;)
> starting header font #334999 > active header font #334999 > default header font color #9e9e9e > header font hover color #334999 > underline #00000 (always)
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:hover, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item > a { color: #334999!important; }
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:after, #header-outer[data-lhe="animated_underline"] header#top nav>ul>li[class*="button_bordered"]>a:before { border-color: #000000 !important; }
Now i just need to make the current menu item in #334999. Any idea?
How should the custom css looks like? THIS does not work:
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:hover, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item > a, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-parent > a:active { color: #334999!important; }
Hey There.
I have a non-transparent header with animated underline and custom color scheme
> default header font color #9e9e9e
> header font hover color #334999
How can i set the header starting and hover font color (active and hover ) to #334999 and set the underline color to #000000?
Thanks Massimo
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
So you only want the underline color to be different correct ? .
ThemeNectar Support Team
Not only. I want....
> starting header font #334999
> active header font #334999
> default header font color #9e9e9e
> header font hover color #334999
> underline #000000
Yes but what i am trying to understand is what cant you change with the Custom Header Color Scheme ?.
ThemeNectar Support Team
Hey Tahir.
If i activate "underline animation" everything interactive (active, hover, starting) on custom colors for the header font is dedicated to the line instead to the font. See once again the screenshots. I send you the login data - try on your own without custom css... ;)
> starting header font #334999
> active header font #334999
> default header font color #9e9e9e
> header font hover color #334999
> underline #00000 (always)
Hey Tahir.
THIS is working
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:hover, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item > a {
color: #334999!important;
}
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:after, #header-outer[data-lhe="animated_underline"] header#top nav>ul>li[class*="button_bordered"]>a:before {
Now i just need to make the current menu item in #334999. Any idea?border-color: #000000 !important;
}
Hey Again,
The Correct css selector is current-menu-parent : http://prntscr.com/lezicm .
Best
ThemeNectar Support Team
Hey Tahir.
How should the custom css looks like? THIS does not work:
#header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:hover, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item > a, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-parent > a:active {
color: #334999!important;
}
Seems like you got it sorted: http://prntscr.com/lfkxqo .
Best
ThemeNectar Support Team
Thanks Tahir for solving.