Latest news module issue
- Posted by Contact (13) Offline
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
Regards
Okosha
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
- Posted by Contact (13) Offline
- Posted by erwinschro (1034) Offline
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.
- Posted by Contact (13) Offline
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
I put the "latest news +" module there.
I want to remove the bullet. how to do it?
Thanks
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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
/modules/mod_latestnewsplusdate/assets/style.css
add the following property
list-style: none;
inside
li.lnd_latestnews {
....
list-style: none;
}
Please Log in or Create an account to join the conversation.