Hi
I have just updated the theme to 2.3.2 and the text on my buttons has changed to black instead of white. Not sure if this is a bug or whether its a conflict with my custom css?
Interestingly they look fine in IE9 but not in IE10.
Hello RevolutionGroup!
Can you post the link to your website so we can look into it?
Best regards,
Yigit
I have the same issue. It’s easy enough to fix, just add the following to your custom CSS:
.avia_iconbox_title {
color: #ffffff;
}
EDIT: Actually this only works on buttons inserted through the avia page builder. The text for sidebar buttons is still black.
Hello!
Please add this on your custom.css or Quick CSS:
#top .main_color .avia-color-theme-color {
color: white;
}
Regards,
Ismael
Hey Ismael
That worked. Thank you very much.
Regards,
Rob
Same thing just happened to me after an update!
Andrew