separator between charateristic values

  • Posts: 19
  • Thank you received: 2
  • Hikashop Essential
1 year 9 months ago #342856

-- url of the page with the problem -- : artgenetix.world/feminizadas
-- HikaShop version -- : 4.6.0
-- Joomla version -- : 3.10
-- PHP version -- : 7.2
-- Browser(s) name and version -- : chrome

Hello
in this page
artgenetix.world/feminizadas
I would like to separate the value of "quantity" with a dot or a - to be more clear
instead of
3 6 20 50 100
will be great to have
3-6-20-50-100

thanak you


Giulio

Last edit: 1 year 9 months ago by gmcfuerte@gmail.com.

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

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 9 months ago #342860

Hi,

You can do that by adding a bit of CSS code:

.hikashop_product_characteristic_value_on_listing:not(:first-child):before {
    content: '-';
}
How to add CSS:
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 19
  • Thank you received: 2
  • Hikashop Essential
1 year 9 months ago #342870

resolved! thanks
i added this:
.hikashop_product_characteristic_value_on_listing:not(:first-child):before {
content: '◆';
}

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

Time to create page: 0.058 seconds
Powered by Kunena Forum