This topic has 6 replies, 3 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
dear admin
english isnt my first lanuage but i will try to talk simply way as i can.
i have circle the URL
how to make it show detail, similar to photo i attach, on shop page
i dont know where to adjust it
Hello,
To enable “Add to cart button” go to Theme Options > Product page layout > Show “Add to cart” button > On.
To show product short description on grid add the following custom CSS to Theme Options > Custom CSS
.products-grid .product-excerpt,.slide-item .product .product-excerpt{
display: block;
}
Unfortunately, there is no option to show SKU on the grid. It could be implemented by additional customization only that is outside the scope of our support. Submit additional customization request here https://wpkraken.io/?ref=8theme
Regards
hi
thank u for your help, please see photo in url
now it 4 product/roll i need 3 product per roll, where can i adjust. photo on product page too small.
hi
thank u for your help, please see photo in url
2 question
number 1) now it 4 product/roll i need 3 product per roll, where can i adjust. photo on product page too small.
number 2) how can i adjust title to different color ? for example in photo “Fashion Demo” change to different color ? since if it all black it look all similar
dead admin
i can’t open photo from here please.
http://jorporsafety.com/wp-content/uploads/2019/07/111.png
and paste in winder opener u will see photo
Hello,
1) Appearance > Customize > Woocommerce > Product Catalog > Products per row > 3.
Appearance > Customizer > WooCommerce > Product Images. More information about product image settings you can find in WooCommerce Documentation – https://docs.woocommerce.com/document/fixing-blurry-product-images/ https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/
2) Add this code in Theme Options > Custom CSS > Global Custom CSS:
.products-grid .product-title > a {
color: #e5534c !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up