Home › Forums › ART WordPress Theme › woocommerce settings
- This topic has 5 replies, 2 voices, and was last updated 3 weeks, 5 days ago by
SeaTheme.
- AuthorPosts
- July 18, 2022 at 9:50 pm #27964
Hello,
I need some help on the woocommerce part :
1. on the shop page , the size of the text for the name of the products and the prices are 20px, it works well. But if I change for 4 columns, the size of the text change and it’s really small even if there is enough space for a bigger size.
2. still on the same page, I didn’t succeed to change the line height between the name of the product and the price
3. when I click on a product, it goes to the good product even if the link is the same for every products a product page , example https://arthuroscar.com/notcezanne/ but the visible link is https://arthuroscar.com/poopinginlondon
4. I want to change the color of the “12 in stock”, I tried few custom css but no success
5. For the related products, I want to keep only the image with the link without the mask/title/price/option on the roll
6. Can I change all the buttons on the woocommerce part to have a roll with a text / bg mouseover
thanks a lot
July 19, 2022 at 3:02 am #27967Hi,
1 / 2, It is possible to change font-size and spacing(line height) by CSS:
.wc-block-grid__product .wc-block-grid__product-title { font-size: 18px; margin-bottom: 12px; } .wc-block-grid__product .wc-block-grid__product-price { font-size: 10px; }
3, It seems a redirection error. It there a redirecting plugin on your website? Stop it to check if it is fixed. Or flush WordPress Permalinks cache:
Step 1: In the main menu find “Settings > Permalinks”.
Step 2: Scroll down if needed and click “Save Changes”.
Step 3: Rewrite rules and permalinks are flushed.4,
.woocommerce div.product .stock { color: #77a464; }
5.
.related.products .product-item .inside:hover .product-caption { opacity: 0; } .related.products .product-caption-inn { display: none; } .related.products .product-img-a { z-index: 9; }
6.
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.al:hovert, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .widget_product_search button:hover { color: #000000; background-color: #ffffff; }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJuly 19, 2022 at 9:42 am #279721, 2, 3, 4, 5 work perfectly. thanks a lot
6. it’s not working
7. I forgot a question yesterday, I want to make disappear this part but keep the text below
thank you
July 20, 2022 at 3:29 am #27973Hi, welcome
6. Please update the CSS as:
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .widget_product_search button:hover { color: #EBEAE5!important; background-color: #000!important; }
7.
.single-product #product-tab { display: none; }
If it does not work still, please leave your wp-admin access (URL / username/password) by picking up “Set as private reply”.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookJuly 20, 2022 at 7:28 am #27976all good, thanks a lot for your great help
July 21, 2022 at 12:20 am #27977Hi, you are welcome! We are happy to help you.
If you like the theme, please rate it on Themeforest. I would greatly appreciate 🙂
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook - AuthorPosts
- You must be logged in to reply to this topic.