Hi, I have an issue that I hope someone can help with.
I have set up a button with blue background and white text.
In the Buttonizer editor it looks correct, but on my website, the text is black. The background and icon colors are correct -- only the text color is wrong.
I have set the custom class to "customClass" and have this custom CSS active on the website:
`.customClass .buttonizer-label {
font-weight: 900;
color: #fff;
}
.buttonizer .buttonizer-button .buttonizer-label {
font-weight: 900;
color: #fff;
}`
I would be very grateful for some help.
Link for the website: http://thepatrickbay.dk/maribo/
I did wait a few minutes and cleared cache after each edit to make sure that's not the issue.
Thanks in advance!
Best,
Patrick