Posts

Showing posts from March, 2022

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.