Home Forums WoodMart support forum Cookie law info – waves accesibility error

Cookie law info – waves accesibility error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #378853

    nkprl
    Participant

    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.
    #378943

    Bogdan Donovan
    Keymaster

    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

    #379018

    nkprl
    Participant

    Thanks for the immediate solution !
    Best regards

    #379021

    Bogdan Donovan
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)