Is there a way to change shop page design in newspaper x wordpress theme?

Posted in: Newspaper
Post count: 140

Please see the screenshot for extra 2 more queries.

https://imgur.com/j1oQZdf
https://imgur.com/lQTEqkv

Post count: 35449

Hi,
Unfortunately for the moment you can not use tagDiv Composer to design your shop pages, sorry!
Also if you want to add some effects on the products images you can do this using some custom code, this need to be set functions.php
Here is an implementation for this code -> http://prntscr.com/pssfyd also please make sure that you set ”.
add_action( 'after_setup_theme', 'yourtheme_setup' );
function yourtheme_setup() {
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
}

Also to set the space between images, you need to use a custom css, if you provide a link I will help you with this.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.