Choose Where Badge Is Displayed

  • Posts: 966
  • Thank you received: 11
7 years 7 months ago #278974

-- HikaShop version -- : 3.2.0
-- Joomla version -- : 3.8.0

I have a category called "preowned" and "sale". I created a "preowned" and a "Sale" badge.

I don't want the badge to be displayed when viewing the "Preowned" or "Sale" page but anywhere else that the product is listed. How can I do that please?

Thanks!

Last edit: 7 years 7 months ago by MyWorld.

Please Log in or Create an account to join the conversation.

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
7 years 7 months ago #279048

Hello,

The most easy will be to use some Css command in order to don't display badge or display it according to the context, something like this :

// Pseudo code :
product_page_class badge_img_class,
listing1_page_class badge_img_class {
    display: block;
}
listing2_page_class badge_img_class,
listing3_page_class badge_img_class {
    display: none;
}

Note : To learn how custom your frontend css file, see this tutorial .

Hope this will help you.

Regards

Last edit: 7 years 7 months ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 966
  • Thank you received: 11
7 years 7 months ago #279253

Thank you. That was helpful.

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum