Sold Out

This topic has been marked as not resolved.

Hi,

Where is possible edit “Sold Out” place? I would like change text:
ą) size;
b) color;
c) background and etc.

BR

September 4, 2018 at 11:00 pm #65330

Hi,

If you are talking about stock statuses on product listing pages, you can use:

.tb_label_stock_status {
  font-size: 18px;
  color: #ff0000;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

September 11, 2018 at 3:59 pm #65392

Hi,

Yes. Exactly. All is working with this Custom Stylesheet.
And last question in this post (IF YOU WILL HAVE SHORT TIME, IF NO – NO PROBLEM). How I can insert background image or image?

Best Regards!

September 11, 2018 at 5:38 pm #65413

Hi,

Although we’ve tried (you see there are literally thousands of customization options) we cannot cover every single element on the store’s frontend. Many people are even complaining that BurnEngine is too complicated :)

Here is the CSS for background image:

.tb_label_stock_status {
  background: url("YOUR_IMAGE_URL") no-repeat center;
}

More about the background property can be known here:

https://www.w3schools.com/css/css_background.asp

BR,
ThemeBurn team

September 13, 2018 at 3:01 pm #65461
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.