Options images in product listing

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeOptions images in product listing

This topic has been marked as not resolved.

Hi,

In the product listing there are option images below each product. Is it possible to change the visibility of these images? I could not find it in product listing global settings of the burnengine control panel.

Gr. Rob

 qflies
June 28, 2018 at 12:53 pm #64727

Hi Rob,

There is no option to detect third party modifications and enable element visibility for content inserted by them.

You can however use some CSS to hide this extra content:

.product-thumb .otp_bullets {
  display: none;
}

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

BR,
ThemeBurn team

July 4, 2018 at 10:01 am #64747

Hi,

Perfect! That works for me. Thank you very much.

Regards,
Rob

 qflies
July 10, 2018 at 4:06 pm #64820

Glad we’ve helped, Rob!

BR,
ThemeBurn team

July 20, 2018 at 2:42 pm #64889
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.