Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Remove <li> bullet image from News?

More
11 years 2 months ago #1514 by jcheriton
Remove <li> bullet image from News? was created by jcheriton
Hi,
Is there a way of removing the list bullet from the news list? I am using Latest News as a vertical list and the bullet image takes up space that I can't afford.
Regards

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago - 11 years 2 months ago #1517 by admin
Replied by admin on topic Re: Remove <li> bullet image from News?
Hello,
the bullets probably come from your template's stylesheet.
You can simply override them with CSS.
Add
.newsitems, .news {
    list-style: none;
}
into your template's stylesheet and that should take care of it.

Olivier.
Last edit: 11 years 2 months ago by admin.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1518 by admin
Replied by admin on topic Re: Remove <li> bullet image from News?
I actually think it could be a background image added by the template, so you would have to set the property 'background: none !important;' instead.

Olivier.
The following user(s) said Thank You: jcheriton

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1522 by jcheriton
Replied by jcheriton on topic Re: Remove <li> bullet image from News?
Thanks for that. As it turns out it was the background rather than the list style but it's now fixed. :)

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #1523 by admin
Replied by admin on topic Re: Remove <li> bullet image from News?
Perfect!

Olivier.

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #4010 by turfreijer
Replied by turfreijer on topic Re: Remove <li> bullet image from News?
In wich file do I change this?

admin wrote: I actually think it could be a background image added by the template, so you would have to set the property 'background: none !important;' instead.

Please Log in or Create an account to join the conversation.