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!