Archived topic
Button text colour wrong on hover
5 replies · Started by Ian on May 31, 2020
Hello
I have a button on the top bar/secondary navigation.
However, the text colour changes on hover to a colour that (from what I can tell) is not set in the customiser. I would like it to remain white.
Please can you let me know what setting I need to change a I just cant seem to find it!
Thank you
Ian
Hi there,
Can you try changing the Link and Link Hover color in Customizer > Colors > Top Bar?
Let me know :)
Hello.
I have tried setting/changing the colours in the customiser, however the issue persists.
However, when I "un-merge" the top bar and secondary navigation, the button works perfectly.
I am using this class to generate the button;
My Journal
Thank you again for all your time and help!
Ian
Hi there,
use this CSS to change the hover color:
.secondary-navigation .top-bar a:hover,
.secondary-navigation .top-bar a:focus {
color: #c9120a;
}
Hello
That worked beautifully... thank you!
Thank you again for your help.
Ian
You're welcome