1. jarosz
  2. Commercial Templates
  3. Friday, 07 April 2023
  4.  Subscribe via email
Hello

How do I get rid of the small grey disc to the left of the unordered list items on this page (Articles - category module):
https://www.daleswebdesign.com/skylar/lorem-ipsum.html

The list-style is already set to none, but it doesn't seem to remove the bullet point.

Any help gratefully received.

Michael
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michael

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

.module .mod-list li a::after, 
.module_menu .mod-list li a::after {
display: none;
}
.module .mod-list li a,
.module_menu .mod-list li a {
padding-left: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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