Can you provide an example? As mentioned this is my first time. Thanks
Try entering this into the custom css field.
.navbar .nav > li > a:hover {
color: #e6b410;
}
Thimothe after some trial and error this worked for me. Thanks for your help.
.navbar .nav > li > a:hover {
color: #e9a825;
}
Thanks Thimothe. I tried the code below but that still did not change the text color on hover. If you take a look at the site I’m building you will notice that the page the user is currently on blacks out, or on hover blacks out.
.nav .menu-item a {
color: yellow;
}