Home › Forums › WoodMart support forum › Slider Size › Reply To: Slider Size
December 13, 2019 at 7:02 am
#163058
Aizaz Imtiaz Awan
Keymaster
Hello,
I have test your site slider. You can change that brown background color for your slider from the settings of “Jewelry” slider. You need to go to Slider Settings > Layout > Module Background > BG color.
Screenshot for clarification:
https://jmp.sh/gWeQvKX
https://jmp.sh/nD4Q8Sz
You can change the “New” label color by adding the following custom code in the global Custom CSS area in theme settings >> custom CSS:
body .product-label.new {
background-color: red;
}
I used red color just to set an example for you but you can use any other color.
Best Regards.