Hi
Anyone managed to find the place to add bullets in the LatestNews module css code? I want to make my module easier to read.
Add this to one of your CSS files.
Code:.latestnews li { list-style: disc; }
not working for me
What template are you using? Can you link to your site or is it internal?
its internal. hold on i can show you the code that i had to change.
add the following to template.css
Code:ul.latestnews { list-style-type: disc ; text-align:center; } ul { list-style-type:none; }
This will allow for the latest news to have a bullet system and be centered. the centered is required to show the bulleted system.
Last edited by daboroe; 24th May 2009 at 05:18 PM.
That's odd as the change I mentioned above worked fine for me. Glad you got it sorted in the end!
There are currently 1 users browsing this thread. (0 members and 1 guests)