Home / Forums / WoodMart support forum / label HOT and NEW
Home › Forums › WoodMart support forum › label HOT and NEW
label HOT and NEW
- This topic has 11 replies, 2 voices, and was last updated 1 hour, 27 minutes ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 11, 2025 at 12:03 pm #700470
amar.karismatik2727Participanti want that the label new and Hot be above the sale label always !
1- always New first
2- hot
3- sale
and if i can make it in the right side ?
https://ibb.co/nN12ZnCLDecember 11, 2025 at 3:18 pm #700540
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL so I can further check on your site and give you a possible solution?
Best Regards,
December 13, 2025 at 11:58 pm #700844
amar.karismatik2727Participantlike you see the label sale is over the new label ! i want the opposite
December 15, 2025 at 9:51 am #700890
Aizaz Imtiaz AwanKeymasterHello,
Please copy and paste the below given CSS code to Theme Settings > Custom CSS > Global CSS.
/* Hot (featured) – second */ .product-grid-item .product-label.featured { order: 2; } /* Sale – last */ .product-grid-item .product-label.onsale { order: 3; } /* Move labels to the right side */ .product-grid-item .product-labels { inset-inline-start: auto; inset-inline-end: 7px; }Best Regards,
December 15, 2025 at 12:17 pm #700928
amar.karismatik2727Participanti want this order
in the right side
1- new
2- hot (if its available with new, if new label not available then hot will be 1 )
3- sale
in the left side the icon of attribut alone (snow in the screenshot bellow)-
This reply was modified 3 days, 4 hours ago by
amar.karismatik2727.
Attachments:
You must be logged in to view attached files.December 15, 2025 at 3:02 pm #700968
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL where the hot label is showing too so I can further check on your site and give you a possible solution?
Best Regards,
December 15, 2025 at 3:30 pm #700980
amar.karismatik2727Participantits in many pages !
December 16, 2025 at 9:41 am #701054
Aizaz Imtiaz AwanKeymasterHello,
Please remove the previous code and add the below given CSS code to Theme Settings > Custom CSS > Global CSS.
/* TEXT LABELS → PUSH TO RIGHT */ .product-grid-item .product-label:not(.label-with-img) { transform: translateX(calc(100% + 55px)); align-self: flex-end; bottom: 30px !important; position: relative; }/* ORDER (RIGHT SIDE) */ .product-grid-item .product-label.new { order: 1; }.product-grid-item .product-label.featured { order: 2; }.product-grid-item .product-label.onsale { order: 3; }Best Regards,
December 18, 2025 at 12:49 pm #701480
amar.karismatik2727Participanti’m sorry can we do the oposite ?
new
hot
sale
in the leftthe icon in the right ?
thank you and sorryAttachments:
You must be logged in to view attached files.December 18, 2025 at 2:40 pm #701501
Aizaz Imtiaz AwanKeymasterHello,
Please remove the previous code and add the below given CSS code to Theme Settings > Custom CSS > Global CSS.
/* KEEP TEXT LABELS ON THE LEFT */ .product-labels { left: 7px; right: auto; }/* MOVE ATTRIBUTE IMAGE LABELS TO THE RIGHT */ .product-labels .product-label.label-with-img { position: absolute; right: -100%; left: auto; top: 0; }/* ORDER OF TEXT LABELS (LEFT SIDE) */ .product-labels .product-label.new { order: 1; }.product-labels .product-label.featured { order: 2; /* Hot */ } .product-labels .product-label.onsale { order: 3; }Best Regards,
December 18, 2025 at 2:51 pm #701509
amar.karismatik2727Participantlike you see the icon is not realy well in the right !!
Attachments:
You must be logged in to view attached files.December 18, 2025 at 3:14 pm #701528
Aizaz Imtiaz AwanKeymasterHello,
Please remove the previous code and add the below given CSS code to Theme Settings > Custom CSS > Global CSS.
/* MOVE ATTRIBUTE IMAGE LABEL TO THE RIGHT EDGE */ .product-grid-item { position: relative; } .product-grid-item .product-label.label-with-img { position: absolute; right: 7px; left: 180px; top: 5px; } /* ORDER OF TEXT LABELS (LEFT SIDE) */ .product-labels .product-label.new { order: 1; } .product-labels .product-label.featured { order: 2; /* Hot */ } .product-labels .product-label.onsale { order: 3; }Best Regards,
-
This reply was modified 3 days, 4 hours ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register