Home › Forums › WoodMart support forum › Product Label set up
Product Label set up
- This topic has 9 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
September 9, 2020 at 1:54 pm #224906
EddyquirozParticipantHi guys!
How can I configure the shape of the icon for the “sold out” label on products?
I need to adjust this one becouse If I press “round icon” all the product label will be rounded, but I need to change only the Sold out one just because it doesn´t have space for the word (Sold out / Agotado) in spanish.if is not possible, any other think I can do or any good plugin?
Thanks
Attachments:
You must be logged in to view attached files.September 9, 2020 at 2:43 pm #224928
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .product-label.out-of-stock { background-color: blue; color: yellow; border-radius:0; }
Please replace the values as per your needs.
Best Regards
September 10, 2020 at 1:48 am #225043
EddyquirozParticipantHi, thanks for your answer.
Unfortunately it didn´t make any change
September 10, 2020 at 8:45 am #225106
Elise NoromitMemberHello,
Have you added the custom CSS? I am checking it works: https://gyazo.com/84a21b9f7ea94d66566737f5c5b4c76c
Please provide your site admin access to the private area.
Best Regards
September 13, 2020 at 10:36 pm #225898
EddyquirozParticipantI see, thanks for your video.
I don´t need to change color, what I specific need is to make the label longer, just for the word “Agotado” will be in one word, and not separately like “AGO TADO” because doesn´t have more space, You know what I mean?
How can I do that?
Thanks!
September 14, 2020 at 9:36 am #225998
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item.outofstock .product-labels { max-width: 100%; } .product-grid-item.outofstock .out-of-stock { width: 100%; max-width: 100%; border-radius: 0; background:red; color:white; padding-top:5px; }
Best Regards
September 14, 2020 at 8:00 pm #226214
EddyquirozParticipantHi,
It does the same, I need it to the single product page please.
Thanks!
September 15, 2020 at 8:07 am #226316
Elise NoromitMemberHello,
Replace the code with this one:
.product-images .product-labels { max-width: 100%; } .product-images .labels-rounded .product-label.out-of-stock { width: 100%; max-width: 100%; border-radius: 0; background:red; color:white; padding-top:5px; }
Best Regards
September 15, 2020 at 11:58 am #226407
EddyquirozParticipantThank so much guys! It works great.
Any way to make the label thinner and choose the position of the label on the product view? In products grid and single one?
🙌 thanks!
September 16, 2020 at 9:25 am #226627
Elise NoromitMemberHello,
What do you mean by saying “thinker”? Do you want to make the text smaller?
Where do you want to move the label on the product page and on the grid, please provide the screen and show?
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register