Home › Forums › WoodMart support forum › Move discount label Move discount label This topic has 10 replies, 2 voices, and was last updated 3 years, 11 months ago by Elise Noromit. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts April 4, 2021 at 9:32 am #278726 ipcomParticipant How can i move the discount price label in the top right corner of products grid? April 4, 2021 at 11:31 am #278742 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .labels-rectangular .onsale { display:none; } This would remove the sales label, if you want to move to another place, it is not possible to move this only label. I can move all labels. Best Regards April 4, 2021 at 11:33 am #278743 ipcomParticipant I want to move it not to remove it! April 4, 2021 at 7:21 pm #278803 Elise NoromitMember Hello, Please provide your site admin access to the private area. Do you have this label only? I can provide the custom CSS to move all the labels. Please specify where you want to move it? Best Regards April 4, 2021 at 7:38 pm #278806 ipcomParticipant I only have the discount label. I want to move it on products grid on the top right corner. Give me CSS. April 5, 2021 at 8:49 am #278911 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: /*round label*/ body .labels-rounded { top: 7px; left: auto; right:7px; } /*rectangular*/ body .labels-rectangular{ top: 7px; left: auto; right:7px; } Best Regards April 5, 2021 at 8:54 pm #279129 ipcomParticipant Since i have decided to go with the rounded one, what is the code to make it smaller both on dekstop and mobile? April 6, 2021 at 7:36 am #279194 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .labels-rounded .product-label { min-height: 50px; width:50px; font-size: 14px; border-radius:50%; padding:0; } Change the styles as per your needs. If you have any questions please feel free to contact us. Best Regards April 6, 2021 at 9:17 am #279234 ipcomParticipant This code doesn’t work very well. No matter what style i give it, the circle gets as an elipse and i just want to be smaller. April 6, 2021 at 9:39 am #279246 ipcomParticipant In fact, the width margin doesn’t work. April 16, 2021 at 12:05 pm #283570 Elise NoromitMember Hello, Sorry for the delay. We have had a technical issue on the forum, your topic was not visible. Please provide your site admin access or try this code: body .labels-rectangular .product-label { min-height: 50px; width:50px; font-size: 14px; border-radius:50%; padding:0; } Best Regards Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to create new topics. Login / Register