Latest news module issue

Hey, I wanna remove the bullet from my module. Where I can set up that?

Regards

Okosha
11 years 4 months ago #1 by Contact

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

Hi Can you share your website URL so I can take a look?
11 years 4 months ago #2 by andy

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

Sorry, but I'm running it on localhost
11 years 4 months ago #3 by Contact

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

We're sorry too if we can't suggest you anything until it's live....
11 years 4 months ago #4 by erwinschro

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

sorry for very late reply, you can check this link. --> pov.freecybers.com/
I put the "latest news +" module there.
I want to remove the bullet. how to do it?

Thanks
11 years 4 months ago #5 by Contact

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

It looks like they came from your template but you can remove them by editing latestnews+date module css file
/modules/mod_latestnewsplusdate/assets/style.css

add the following property

list-style: none;

inside

li.lnd_latestnews {
....
list-style: none;
}
11 years 4 months ago #6 by erwinschro

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

Powered by Kunena Forum