After this last update it has changed the color of the text in the buttons. I don’t have any custom css for it so I did not lose it with the update but I can’t find how to change the text color inside buttons.
Hi!
Try this:
.button, .button *{
color: red !important;
}
Cheers!
Josue
Thanks, I’m not actually trying to change the color of the button but rather the color of the text inside the button. I have the blue splash color scheme chosen which formerly had white text inside the buttons however now its dark grey. Makes the text very hard to read.
Hey!
That code should change the text color, can you post a link to your website?
Regards,
Josue
The site is lifepointohio.com
You can see some buttons at: http://lifepointohio.com/missions/international/
Is there a way I can set the default text to white without any code? Hate to have to fix this after every update.
Hey!
Text is white on my end http://i.imgur.com/Nk6rtPJ.jpg
You can keep the code in Quick CSS section and update your theme and custom CSS code will not be lost.
Regards,
Yigit
Hey!
Add this too:
.avia-button-wrap * {
color: white !important;
}
Best regards,
Josue