-
-
Hey,
If you check the screenshot of my product page, the tags, text box isn’t aligned.
screenshot: https://ibb.co/gw8jGJ
PRODUCT PAGE:
https://store.kocagoz.com.au/product/150x-ayran-300ml-copy/ -
-
-
Hello,
The Tags are being cropped because they are too long and have distance between words. It’s best to keep tags as ‘One word’ only. However, you can style it using custom css. Add this code into your Custom Css box in General > Custom Codes > Custom Css:
.cl-product-info .product_meta > span { width: 600px !important; }
Change the width to your wish.
Add this css to center the review text:.cl-review-info .leave-review p { margin-left: 4% !important; }
Let us know.
Best regards!
-
-
below the product reviews,
there are similar styles under the product reviews.
1. How could i change “similar styles” to “other products”
2. how can i remove the tags?
3. how can i remove the wishlist icon?Screenshots:
1 & 2 : https://ibb.co/gtmbWT
3: https://ibb.co/gjCiBT- This reply was modified 6 years, 6 months ago by kogostudio.
-
Hello,
1. There are 2 ways of changing “similar styles” to “other products”.
Find the piece of code below in \woocommerce\single-product\related.php<!--?php esc_html_e( 'Similar Styles', 'june' ); ?-->
Change “Similar Styles” to “Other Products”.
There is another way. Check this link and follow the steps.
2. Add the css code below to remove the tags:
.shop-products .product_item .tags{ display:none;}
3. Add the css code below to remove the wishlist icon:
.shop-products .product_item.style_normal .cl-actions a:last-child {display:none;}
Let us know.
Best regards! -
Hey, thanks
1. I have installed Child Theme Configurator to create a child theme to customise the php.
but i got this message https://ibb.co/dFXemT
- This reply was modified 6 years, 6 months ago by kogostudio.
-
Hello,
Child theme configurator is a third party plugin and we do not provide assistance for that. I suggest you to upload and then activate the child theme that is included in the file you downloaded from envato market. See screenshot:
https://ibb.co/dipnrT
After activating child theme you can do the customizations you want.Best regards!
-
You must be logged in to reply to this topic.