How to remove bullets from list in Hikashop Content Module

  • Posts: 268
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
1 year 2 months ago #355809

-- HikaShop version -- : 4.7.5
-- Joomla version -- : 4.3.4
-- PHP version -- : 8.1.13

HI,
Module is working great other than I'd really like to turn off the bullets in the list.
How can I do this?

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

  • Posts: 83007
  • Thank you received: 13400
  • MODERATOR
1 year 2 months ago #355810

Hi,

It's probably CSS. Could you provide the URL of the page with the list ?

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

  • Posts: 268
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
1 year 2 months ago #355832

Sorry, yes it is fantasticplastic3d.com/

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

  • Posts: 4760
  • Thank you received: 647
  • MODERATOR
1 year 2 months ago #355835

Hello,

Follow me step by step :
- Learn more about how to add custom CSS in this documentation
- Add your custom css command in your style Css file
=> You have to use this kind of command :
div#Your_HikaShop_Module_XX li {
list-style: none;
}

Where "Your_HikaShop_Module_" is your relative module Class (or #id) and "XX" your relative module Id
Hope this will help you to achieve your need

Regards

Last edit: 1 year 2 months ago by Philip.

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

  • Posts: 268
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
1 year 2 months ago #355874

Thanks for that.
I tried what I thought was the correct class in the statement, but I didn't have any luck. How do I find/obtain the relative module class and ID?

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

  • Posts: 4760
  • Thank you received: 647
  • MODERATOR
1 year 2 months ago #355875

Hello,

You can use your browser inspector tool, follow me step by step :
1. Point your element, then right-click
2. Select "Inspect" or "Inspector-tool"
3. A new Window will be open and show you the Html (& Css)



4. Then select your specific class or better id
example :
<div class="element-html-class" id="element-html-id"></div>


Hope this will help you
Regards

Last edit: 1 year 2 months ago by Philip.

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

Time to create page: 0.066 seconds
Powered by Kunena Forum