Home / Forums / WoodMart support forum / LABEL "HOT"
Home › Forums › WoodMart support forum › LABEL "HOT"
LABEL "HOT"
- This topic has 8 replies, 3 voices, and was last updated 7 years ago by
Elise Noromit.
-
AuthorPosts
-
October 16, 2018 at 3:49 pm #83062
kaliffoadminParticipantHi, i have a question:
In the attached image I circled the “sponsored” notice in green, which is the default “HOT” warning.
We would like this writing of the featured products not to be on the product’s image, but to go under the image instead of “Sold by ..”Do you send me the code and the place where I have to put it?
Thank youOctober 16, 2018 at 3:51 pm #83063
kaliffoadminParticipantI attached the image
Attachments:
You must be logged in to view attached files.October 16, 2018 at 6:12 pm #83085
Artem TemosKeymasterHi,
Unfortunately, there is no option to place that information under the image. We can give you a CSS code to make the text smaller or change its form to make it look better.
Regards
October 17, 2018 at 2:43 pm #83335
kaliffoadminParticipantYes, of course. Send us css code please. We add this code in a particular file?
ThanksOctober 17, 2018 at 3:24 pm #83352
Elise NoromitMemberHello,
Please provide your site admin access.
Best Regards
October 19, 2018 at 1:45 pm #83876
kaliffoadminParticipantSorry, i can’t give you admin access. Please explain me how can i do or write me in e-mail [email protected]
Thanks
October 19, 2018 at 2:04 pm #83884
Elise NoromitMemberHello,
Try this code. Add the code to the Theme Settings > Custom CSS:
.product-element-top.product-image-link .product-label.featured { background-color: #e22d2d; font-size: 14px; color: #fff; font-weight: 600; min-width: 50px; }Change the colors and text size as per your needs.
Best Regards
October 23, 2018 at 2:10 pm #84547
kaliffoadminParticipantHi, I would need the code to change the label also in the product sheet.
Thank you very much!October 23, 2018 at 4:16 pm #84568
Elise NoromitMemberHello,
This is the code for the Hot label on the product label:
.product-image-summary .product-images .product-label .new { background-color: #438e44; min-width: 50px; color: #fff; font-weight: 600; word-break: break-all; letter-spacing: .4px; line-height: 1.2; text-align: center; text-transform: uppercase; }Change the values and add to the Theme Settings > custom CSS
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register