On my main page I have two menus on the bottom "last uploads" and another one. How do I remove them from the main page?
Also, how to I change the size of that text? I can't figure out what part of the css it is and i can't load the styleguide
in themes.php
line 57
<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::
delete it
Quote from: foulu on March 16, 2005, 04:10:53 AM
line 57
The line depends on the theme in use, but basically foulu is right: edit themes/yourtheme/theme.php and reomve items you don't want to use, or (even better), comment them out like this:
<!--<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::-->
Joachim