Home Forums WoodMart support forum Cookie law info smaller size? Reply To: Cookie law info smaller size?

#106793

Hello,

As I see the problem has been solved http://prntscr.com/mj1jjc Just add the code I provide:

body .woodmart-cookies-popup {
    padding: 7px 30px;
	  background:red;
}
body .cookies-buttons .cookies-more-btn {
    font-size: 10px;
	color:yellow;
}
body .woodmart-cookies-inner .cookies-info-text{
    font-size: 10px;
	color:yellow;
}
body .woodmart-cookies-inner .cookies-buttons .btn-size-small{
font-size: 8px;
padding: 5px 14px;
line-height:10px;
color:yellow;
}

Set the color as per your needs and add the code to the Theme settings > Custom CSS > Global

Best Regards