- Posts: 21
- Thank you received: 0
Articles Category module
12 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.
12 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.
12 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.
12 years 4 months ago #32171
by hardimos
Replied by hardimos on topic Articles Category module
Please Log in to join the conversation.
12 years 4 months ago #32172
by hardimos
Replied by hardimos on topic Articles Category module
Thanks. I fix it.
Aplied
ul.category-module {
list-style: none!important;
}
Aplied
ul.category-module {
list-style: none!important;
}
Please Log in to join the conversation.
Time to create page: 0.119 seconds