Home Forums WoodMart support forum SOLD OUT CIRCLE NEED TO BE MORE LARGER !

SOLD OUT CIRCLE NEED TO BE MORE LARGER !

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #95709

    thenightfox91
    Participant

    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.
    #95714

    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

Viewing 2 posts - 1 through 2 (of 2 total)