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/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
-
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 :)
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it