Home › Forums › WoodMart support forum › COOKIE LAW INFO COOKIE LAW INFO This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 10, 2019 at 1:13 am #101045 XtoliaParticipant 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 January 10, 2019 at 8:28 am #101072 Elise NoromitMember 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register