latestnews class

latestnews class is assigned to UL, LI and A elements of joomla latest news module. Joomla displays the latest content items in an unordered list as shown in the following image.

 

Joomla Latest News Module - latestnews class

 

Defined in:

Modules/mod_latestnews.php

 

Assigned to:

UL, LI and A Tags

 

latestnews class example

ul.latestnews
/* CSS Styles */
}
li.latestnews
/* CSS Styles */
}
a.latestnews
/* CSS Styles */
}