Jump to content

Recommended Posts

Posted

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.

  • 2 weeks later...
  • 2 weeks later...
Posted (edited)

its internal. hold on i can show you the code that i had to change.

 

add the following to template.css

 

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.

Edited by daboroe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...