Home › Forums › WoodMart support forum › Product Grid Few changes
Product Grid Few changes
- This topic has 9 replies, 2 voices, and was last updated 1 year, 7 months ago by Elise Noromit.
-
AuthorPosts
-
June 17, 2023 at 5:58 pm #475660
bk5ParticipantHello Woodmart support team , I love your team . I need help with few changes as shown on SS .
1. The first change I want is rating star, in stock into middle.
2. The 2nd change i want is both regular price and sale price into middle and I want to add that text with Sale (red) price as : “Was” £ 799.99 and regular price (BLUE) ” NOW ” £ 649.00 in vertical list as right now it is in horizontal list
3. The third change is I want to keep title to 2 lines only and I want Text get bold when someone hover on product.I am attaching screen shot and also providing site access
Attachments:
You must be logged in to view attached files.June 18, 2023 at 11:49 pm #475756
Elise NoromitMemberHello,
1. Could you kindly provide more details, now you want to show the rate on the product grid?
2. We can set different colors for regular and for sales at the same time there is not space enough to insert a world before for mobile.
3. Now the text gets bold https://gyazo.com/d44c46f8d2ad69dddf29275a1b0cde97You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
June 19, 2023 at 11:34 am #475824
bk5ParticipantSorry to say but You have not helped me on my above any point. Kindly please check it again.
For my 1 and 2 requirements , please check the screenshot I attached. For point 3 should I change the text size ?Attachments:
You must be logged in to view attached files.June 19, 2023 at 7:34 pm #475931
bk5ParticipantHello Support , I have fixed the requirement 1 , Now please Help me on requirement 2 and 3. I need price into center too
June 20, 2023 at 7:00 pm #476168
bk5Participantcan support please help??
June 21, 2023 at 1:59 am #476210
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.price ins, .price del { display: block; width: 100%; text-align: center; } .wd-hover-fw-button .wrap-price { margin: 0 auto; } .price small { text-align: center; display:block; }
Best Regards
June 21, 2023 at 9:26 am #476229
bk5ParticipantThanks Elise Noromit, The code worked . Just the one thing I want is the content to be added on with regular and sale price which is ” WAS ” and ” NOW ” as shown on Screenshot. Can you please help me with it?
Attachments:
You must be logged in to view attached files.June 22, 2023 at 3:48 pm #476665
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .price del { text-decoration: none; } .product-grid-item .price del > span { text-decoration: line-through; } .product-grid-item .price del:before, .product-grid-item .price ins:before { margin-right: 5px; } .product-grid-item .price del:before { content: "WAS"; } .product-grid-item .price ins:before { content: "NOW"; }
Best Regards
June 22, 2023 at 6:23 pm #476711
bk5ParticipantThank you It worked like a charm , appreciated :))
June 23, 2023 at 2:08 am #476763
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
- You must be logged in to create new topics. Login / Register