Home › Forums › WoodMart support forum › color problem › Reply To: color problem
January 5, 2023 at 12:49 pm
#433295

Luke Nielsen
Keymaster
Hello,
Here is a code for changing the color of the current pagination item, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
nav[class*="-pagination"] li .current {
background-color: green;
}
This one is for changing the background of the counter, enter it into the “Mobile CSS” area in Theme Settings -> Custom CSS.
.wd-toolbar .wd-tools-element .wd-tools-count {
background-color: rgb(189,189,233);
}
Kind Regards