Hey there,
I love your theme!
But still got a question on it:
I would like to have an active menue indicator showing on my site (look at private content field).
It should look similar to this site (look at private content field), as well made with ENFOLD. But with a different color, f.e. #857050
How can I do this?
Hey MyWin,
Thank you for your patience and the links, to add the lower menu indicator please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.av_minimal_header .avia-menu-fx {
display: block;
color: #857050;
}
this will place the bar like this:
or try this css to have the bar higher:
.av_minimal_header .avia-menu-fx {
display: block;
color: #857050;
bottom: 22%;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike