- Posts: 2
- Thank you received: 0
Removal of ul class icons
-
clarp
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 1 month ago #5647
by clarp
Removal of ul class icons was created by clarp
Hi,
I would like to remove the "disc" icons that are default on the Menu links in the User 5-8 and Footer 1-4 module positions.
I have looked in both CSS files but can't seem to find them!
Your help would be much appreciated,
Thanks,
Peter
I would like to remove the "disc" icons that are default on the Menu links in the User 5-8 and Footer 1-4 module positions.
I have looked in both CSS files but can't seem to find them!
Your help would be much appreciated,
Thanks,
Peter
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 month ago #5649
by ivan.milic
Replied by ivan.milic on topic Re: Removal of ul class icons
That's default . You should define that you don't want them:
ul,li
{
list-style-type:none;
}
ul,li
{
list-style-type:none;
}
Please Log in to join the conversation.
Time to create page: 0.138 seconds