Articles Category module

  • hardimos
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 4 months ago #32161 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
  • Moderator
More
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:
Code:
ul { list-style: none; }
You should add this in file template_css.css.

Thanks
Milos

Please Log in to join the conversation.

  • hardimos
    Inactive member
  • Topic Author
  • Member
  • Member
More
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.

  • hardimos
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 4 months ago #32171 by hardimos

Please Log in to join the conversation.

  • hardimos
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 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;
}

Please Log in to join the conversation.

Time to create page: 0.162 seconds
Powered by Kunena Forum