Hello I would like to change the background color for the pagination in woocommerce prdocuts as well as the hover state. I found some older threads but somehow the css code didn’t work. Could you please help me?
Hey,
Thanks for contacting us!
Please add following code to Quick CSS in Enfold theme options > General Styling
#top .pagination .current {
background: orange;
color: red;
}
#top .pagination a {
background: red;
color: white;
}
#top .pagination a:hover {
background: green;
color: red;
}
Best regards,
Yigit
Awesome support as always! Thank you very much.