1. ntsnet
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 02 June 2020
  5.  Subscribe via email
Hi Ciaran,

I have a sub-menu in a sidecol-2b module and I am trying to remove the default list-style which is a circle currently.

I have tried various combinations in the custom css, but can't seem to remove the styling. Probably looking in the wrong place, but was expecting -

.module_content > ul (also tried ul.menu) {
list-style: none;
}

Also tried it with >li included, but nothing seems to work! Help please :)

Thanks,
Paul
References
  1. https://charente-modelrail.fr/index.php/members-layouts
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.sidecol_block .menu ul a::before {
visibility: hidden;
}


If the above fails, could I ask you to check the URL provided at it appears to give us a 404 error.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

Thanks, but that one didn't do it - here's a checked link to the site with the side menu -

Website link

Many thanks
Paul
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

To delete the bullet fom all levels of the menu (not just sub) you can use the following custom CSS instead...

.sidecol_block .menu a::before {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

Thank you that worked! I remember all these little fixes for when I use the templates again.

Kind regards
Paul
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok