Mini car display

  • Posts: 20
  • Thank you received: 3
4 years 3 months ago #326048

-- HikaShop version -- : HikaShop Business 4.4.0 [2011121614]
-- Joomla version -- : Joomla! 3.9.22

Hello, in my mini cart i have the name of the product and right next to it the characteristic.
I would like to show the characteristic a line under and in a smaller font.

I guess it is in the cart.php but i don't want to make a mess... Can someone help please ?
Thank you !

Attachments:

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

  • Posts: 4816
  • Thank you received: 654
  • MODERATOR
4 years 3 months ago #326061

Hello,

Of course, we can help you ! I will better recommend a more simple solution, via Css.
First as start, have a look on this tutorial to see how to add some custom Css Command.


Then, use your inspector tool to be able to analyse your html, and more especially your targeted element's class.
This will allow you to create a well prioritized selector, like this scheme :

.html_class_cart_module .html_class_characteristic {
    display: block;
}

The "display: block;" will push your element to be alone on his line.
Hope this will help you to achieved what you need.

Regards

Last edit: 4 years 3 months ago by Philip.

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

Time to create page: 0.036 seconds
Powered by Kunena Forum