Sorry guys, I know that this is a simple question but here goes: does anyone know why the font color for this link in my button is blue? It should be WHITE on active, hover and visited.
However the weird thing is that it remains ‘blue’ – so clearly the global setting is making it blue. I even added the !important tag and no joy….
Any idea why it remains blue? Thanks!
<a class="button sun-flower" href="#">Your button text</a>
.button.sun-flower,
.button.sun-flower:visited {
background: #74b9ff;
color:#FFF;!important
}
.button.sun-flower:hover,
.button.sun-flower:active {
background: #0984e3;
color:#FFF;!important
}
GeneratePress 2.2.2
GP Premium 1.7.8