Home Forums WoodMart support forum COOKIE LAW INFO

COOKIE LAW INFO

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101045

    Xtolia
    Participant

    Hi Team,

    How can I change the background color of the cookie law info popup for example:

    background-color: rgba(34, 34, 34, 1)
    Text Font Color – White
    Button Background – White Color with Font color – #ff6602

    I attached an image if it helps

    #101072

    Hello,

    Add this code to the Theme settings > Custom CSS:

    body .woodmart-cookies-popup {
    	background-color: rgba(34, 34, 34, 1);
    	color:#ffffff;
    }
    body .cookies-buttons .cookies-accept-btn{
    	background-color: #ffffff;
    	color:#ff6602!important;
    }

    Best Regards

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