Underline for active menupoint won't change colour with custom CSS after update to 5.xx
-
After updating Lay theme to 5.x my custum CSS to underline active/hover menupoint won't change color anymore...
before y used this one (as descriped here: http://laythemeforum.com:4567/topic/5641/underline-for-active-menupoint-won-t-change-colour-with-custom-css):
nav.laynav .current-menu-item>a span {
border-bottom-color: #b21e1f;
}nav.laynav .menu-item>a span {
border-bottom-color: #b21e1f;
}.no-touchdevice nav.laynav a:hover span {
border-bottom-color: #b21e1f;
}After updating to 5.xx it don't work anymore....
Can anyone help me?
Thanks!!! -
use
https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color
i changed it from border bottom to text decoration :D
-
@arminunruh OK, thanks :)
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it