Hi there – I’m adding a button shortcode to the sidebar widget area and the link and icon is turning grey instead of white.
I’d like it to be white (all my other sidebar links are grey) can you let me know how I achieve this?
Thanks
here is the specific page
http://www.acmena.com.au/adelaide-rail-revitalisation-program-safety-engineering-support/
Hi,
Open this file http://www.acmena.com.au/wp-content/themes/acmena/style.css and add this code at the very end:
.sidebar a.avia-button {
color: white !important;
}
Regards,
Josue
awesome – thanks that worked
You are welcome, glad we could help :)
Regards,
Josue