Hi,
Use the next custom CSS for the pagination:
/*next/previous page */
.woocommerce-pagination ul.page-numbers li a{
color: #fff!important;
font-size: 20px!important;
background: #a2c605;
}
/*current page*/
.woocommerce-pagination ul.page-numbers li span.current {
background: #f7f6f7;
color: #ccc !important;
font-size: 20px!important;
}
If you want to change the font size of the Variation buttons text use the next code:
.variation_buttons {
font-size: 20px!important;
}
Change the Values per your wish.
Regards
-
This reply was modified 4 years ago by
Zex.