Layout Products listing

  • Posts: 31
  • Thank you received: 2
  • Hikashop Business
5 months 2 days ago #357156

-- url of the page with the problem -- : www.steelumo.de/shop/kubus-33.html
-- HikaShop version -- : 5.0.2
-- Joomla version -- : 5.0.1
-- PHP version -- : 8.2.9
-- Browser(s) name and version -- : Firefox 120.0.1

Hi,

it's a bit ugly in the porductrs listing: www.steelumo.de/shop/kubus-33.html

Price & Hint for VAT
productname

I would liket o have
price
Hint for VAT
productname

And I would be able to change the font-size for VAT, without changing the font-size on product details page!

Thanks for help

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

  • Posts: 31
  • Thank you received: 2
  • Hikashop Business
5 months 2 days ago #357169

I found a solution.

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

  • Posts: 4543
  • Thank you received: 612
  • MODERATOR
5 months 2 days ago #357167

Hello,

This will be possible and very difficult with some custom Css, follow me step by step :
1. Learn how to proceed with this documentation
2. Point your element, here the text to style, then right-click => Inspect (or inspector tool).
3. A new window will open and show you Html, use it to get relative Html class

span.hikashop_product_price_full.hikashop_product_has_options span {
    display: block;
}
span.hikashop_product_shipping_hint {
    font-weight: bold;
    font-size: 1.1em;
}

Regards

Last edit: 5 months 2 days ago by Philip.

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

Time to create page: 0.062 seconds
Powered by Kunena Forum