Uses theme color for majority of the buttons, noticed the button text changed to black after upgraded theme to 2.3.2.
Thank you,
Hey! Would you mind trying to re-save the styling for your homepage once? This might actually solve the issue. If it doesn’t please let us know :)
Cheers!
Kriesi
Hi Kriesi,
Yes, just did a re-save of the page but still the buttons using default theme color are in black with a theme background which in our case is deep blue.
Strange thing is buttons using non-theme color are showing up fine with fonts displayed in white. I took a look at the CSS file and found adding “!important” to the end of below line would solve it but this means another change to the default theme configuration which would not be a prime choice if we have another solution.
change to shortcode.css line 415 would make the button text in white.
body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover{
color: #fff!important;
Thanks,
Hey!
You can actually place the code on your custom.css file or Quick CSS field:
body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover{
color: #fff!important;
}
The test link leads to a 404 page.
Cheers!
Ismael
Added the code to custom.css file.
the error page is probably caused by permalinks problem…
thanks.