Changing the background color of the Woocommerce product zoom
You can use custom CSS and change color code accordingly.
.pswp__bg {
background-color: #ffffff;
}
To add custom CSS : Appearance > Customize > Additional CSS.
You can use custom CSS and change color code accordingly.
.pswp__bg {
background-color: #ffffff;
}
To add custom CSS : Appearance > Customize > Additional CSS.
Comments
Post a Comment