Hi
I'm really new to joomla and this template so I was hoping if there is a way to make those modules i.e. adverts and user 5-9 appear with fancy ribbons even though I did only basic installation?
If yes, can somebody tell me how?
Cheers!
So you use custom HTML modules, you can put one of this module suffixes in module settings:
_orange
_green
_grey
_blue
this would be HTML content of module with orange ribbon.
<div class="hot_ribbon"><img src="templates/hot_destinations/images/ribbon_orange.png" alt="ribbon" /></div>
for other colors just change orange to color you will use.