SOLD OUT CIRCLE NEED TO BE MORE LARGER !
-
Hello , i have translate my SOLD OUT tag in my serbian lang. “RASPRODATO” now the text in is to long and you can’t read it properly. Can you please give me CSS code for make it to be seen in one ROW! And to add a background in BLACK color !
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS
body .labels-rounded .out-of-stock {
max-width: 100px;
background:#333333;
color:#ffffff
}
You will get the result like this http://prntscr.com/lu3no4
Best Regards