- Posts: 21
- Thank you received: 0
Articles Category module
-
hardimos
Inactive member - Topic Author
- Member
Less
More
11 years 4 months ago #32161
by hardimos
Articles Category module was created by hardimos
Is it possible to display Articles Category module headlines without bullets? (not ordered list)
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
11 years 4 months ago #32167
by milos
Replied by milos on topic Articles Category module
Yes, but you need a CSS command which will remove the bullets. It's something like this:
You should add this in file template_css.css.
Thanks
Milos
Code:
ul {
list-style: none;
}
Thanks
Milos
Please Log in to join the conversation.
-
hardimos
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
11 years 4 months ago #32170
by hardimos
Replied by hardimos on topic Articles Category module
I want this to apply only in Articles Category module
Please Log in to join the conversation.
Time to create page: 0.162 seconds