Sale sticker position and dimensions

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeSale sticker position and dimensions

This topic has been marked as not resolved.

Hello,
How can I change position and size of the sale sticker?

November 1, 2017 at 12:49 pm #62302

Hi,

This is the CSS you need to use:

.product-thumb .tb_label_special,
.product-thumb .tb_label_new
{
  left: auto;
  right: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

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

BR,
ThemeBurn team

November 3, 2017 at 4:31 pm #62344
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.