Hi,
I found that if I insert a button in my blogposts (example: https://ebredoszexualitas.hu/blog/igy-onkielegit-fanni/) even if I change the button color to magenta, it stays grey. I used the basic editor, not the advanced. Can you help me fix this?
Thanks, Kati
Hey polilili,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#main .entry-content .wp-block-button__link {
background-color: #b90239;
color: #fff;
}
this will make your button background color magenta and the text white, feel free to adjust to suit.
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Great, it works, thanks!