After Hover Colour - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

After Hover Colour

WAD

WAD

SP Page Builder 4 years ago

https://sussex.wadesigns.net/resources/all-other-reference/certificates If you click on any of the buttons and return back to the page, the button font colour is black and we want it yellow. Can you advise what css code I need to put in there please ASAP would be brilliant!

Thanks in advance :)

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #8702

Hi, Use this custom css

#sppb-addon-1589797464349 a:hover, #sppb-addon-1589797464349 a:focus, #sppb-addon-1589797464349 a:active{
    color:yellow !important;
}

In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0