Home › Forums › WoodMart support forum › New label Mobile New label Mobile This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 10, 2020 at 7:54 pm #232291 evereestiParticipant In the mobile version of the site. The NEW label is not round. In the desktop version it is round. And no problem with other labels Attachments:You must be logged in to view attached files. October 10, 2020 at 8:33 pm #232307 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Mobile: body .labels-rectangular .new{ border-radius: 50%; } If it does not help, please provide the page URL with the problem. Best Regards October 11, 2020 at 7:39 am #232345 evereestiParticipant Did not help. Attached link October 11, 2020 at 8:43 am #232371 Elise NoromitMember Hello, Please find this code in the Theme Settings > Custom CSS: body .labels-rounded .new { color: #ffffff; background-color: #000000; font-size: 12px; } Replace for this one: body .labels-rounded .new { color: #ffffff; background-color: #000000; font-size: 12px; min-height: 45px; } Best Regards October 11, 2020 at 10:07 am #232384 evereestiParticipant It works! Thank you very much! October 11, 2020 at 10:11 am #232387 evereestiParticipant if you turn the phone over to a horizontal position, the problem appears again. October 11, 2020 at 10:20 am #232390 evereestiParticipant body .labels-rounded .new { color: #ffffff; background-color: #000000; font-size: 12px; min-height: 45px; } I removed everything from the code and left only body .labels-rounded .new { color: #ffffff; background-color: #000000;} Problem solved! Thank you! October 11, 2020 at 4:18 pm #232433 Elise NoromitMember Hello, That is fine. If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register