Cookie law info – waves accesibility error
-
Hi
Testing my site in waves produces an error (please see image)
Is there a way to make acceptance button font bold? and change the backround color from green to black without changing the other buttons on the site ?
-
This topic was modified 3 years, 1 month ago by
nkprl.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings and change the color to the desired values.
body .cookies-buttons .btn.cookies-accept-btn {
font-weight: bold;
color: red;
background-color: blue;
}
body .cookies-buttons .btn.cookies-accept-btn:hover {
color: blue;
background-color: red;
}
Kind Regards
Thanks for the immediate solution !
Best regards