hallo,
noch eine merkwürdigkeit, buttons.
Einstellung:
Aussehen:
da klemmt doch was, oder?
bis dann, marco.
Hi netztaucher!
Can you post the link to your website so we can take a look?
You can add following code to Quick CSS to change the color to white manually
body div .avia-button { color: white !important; }
Regards,
Yigit
Hey!
You have following custom CSS code added in Quick CSS section
.avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large {
color: black!important; }
!important rule stops the code from applying. Please change it to
.avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large {
color: black; }
Then you can remove the code i have posted here https://kriesi.at/support/topic/button-fehlerhaft/#post-231636
Regards,
Yigit
o.k. fixed.
bis dann, marco.