Home › Forums › WoodMart support forum › Product Page
Product Page
- This topic has 13 replies, 2 voices, and was last updated 11 months, 2 weeks ago by Hung Pham.
-
AuthorPosts
-
December 20, 2023 at 4:12 pm #523392
shwetaParticipantHello,
on the product grid on the home page change the color
1. I want to remove the hover effect on the button.
2 How to reduce the extra spacing between the title, add to cart button, and price?
3. I want to increase the gap between underlining the button and character spacingplease find the screenshot attached
Attachments:
You must be logged in to view attached files.December 21, 2023 at 8:14 am #523544
Hung PhamKeymasterHi shweta,
1. I want to remove the hover effect on the button.
You want to keep add to cart icon always display instead of text?
2 How to reduce the extra spacing between the title, add to cart button, and price?
&
3. I want to increase the gap between underlining the button and character spacing
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.product-grid-item .top-information :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) { margin-block: -0.4em; } .product-grid-item.product.wd-hover-info-alt .wd-add-btn > a{ text-underline-offset: 5px; }
Regards,
December 21, 2023 at 9:19 am #523557
shwetaParticipantHello,
Thank you for your quick reply.
Yes, I want to change the background color when I have to hover the button.
Best
December 21, 2023 at 9:24 am #523560
Hung PhamKeymasterHi shweta,
I see you added Custom CSS to change background color when hover the button, please check and replace with other color https://prnt.sc/1U2GMLvtRQWk
Regards,
December 21, 2023 at 9:26 am #523562
shwetaParticipantYes thank you i got your point, also i want to change cart icon to add to cart text.
December 21, 2023 at 12:46 pm #523642
Hung PhamKeymasterHi shweta,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.wd-add-btn-replace .add_to_cart_button.add-to-cart-loop:before { content: "Add to cart"; font-family: var(--btn-font-family); }
Regards,
December 21, 2023 at 6:08 pm #523795
shwetaParticipantHello,
01. I want to remove hover effect when somebody cursor the mouse show only add to cart button
02. also i want to reduce the button top space
- This reply was modified 11 months, 3 weeks ago by shweta.
December 22, 2023 at 10:40 am #523939
shwetaParticipantPlease reply its very urgent.
December 22, 2023 at 11:16 am #523953
shwetaParticipantHello
I want to disable the hover effect on a related product so that it doesn’t change when someone moves the cursor over it. for the better understanding please find the screenshot attached.
Website URL: https://akshatraghava.website/product/bata-sneakers-for-men/
Attachments:
You must be logged in to view attached files.December 22, 2023 at 8:20 pm #524130
Hung PhamKeymasterHi shweta,
1 & 3. Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.product-grid-item .top-information .wd-entities-title, .product-grid-item .top-information .price, .related-products .wd-buttons.wd-pos-r-t, .related-products .product.wd-hover-alt .wd-add-btn{ display: none; } .related-products .product-element-top:hover .hover-img { opacity: 0; transform: none; } .related-products .product.wd-hover-alt:not(.wd-variation-active):is(.purchasable,.product-type-grouped):hover .swap-elements { transform: translateY(0); }
2. Please provide me with screenshots for better understanding.
Regards,
December 26, 2023 at 10:02 am #524581
shwetaParticipantHello,
I want to show only the add to card button when I’m cursing the mouse instead of selecting option or add to basket.
Page URL: https://akshatraghava.website/
Best
Attachments:
You must be logged in to view attached files.December 26, 2023 at 6:22 pm #524702
Hung PhamKeymasterHi shweta,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.product-grid-item.product.wd-hover-info-alt .wd-add-btn-replace a > span { display: none; } .product-grid-item.product.wd-hover-info-alt .wd-add-btn-replace .add-to-cart-loop:before { position: relative; margin-left: 0 !important; transform: translateY(0) translateZ(0); padding: 8px 14px; }
Regards,
December 27, 2023 at 10:01 am #524794
shwetaParticipantHello Team,
I am using the CSS provided by you on my website. However, sometimes when I open my website, the CSS code does not load properly, causing issues on the site. Interestingly, upon refreshing the page, the CSS code loads correctly, and the website is displayed properly. Could you please check this issue and help me resolve it?
Website URL: https://akshatraghava.website/
Best regards
December 27, 2023 at 11:55 am #524848
Hung PhamKeymasterHi shweta,
It always takes time to load CSS or JS, but I tested your site on Incognite mode and it worked well.
See recorded video for better understanding https://screenpal.com/watch/c0ltjLVHTX4
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register