| Joomla : Templates and Site Design Editing the css file |
Returning to the template stylesheet we see that there is no class called latestnews.. but there is one called latestnews-latest.
Hmm... it looks like when we configured the classes in the Module Manager (in the tutorial for adding a new template) one was left out. If we add the suffix "-latest" on to the class for the Latest News module, the class will presumably then be called latestnew-latest.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |