I want the Upload link on the main navigation section to be a different color than the other links. Can someone tell me how to accomplish this?You would do this by editing the HTML and CSS of that section.
First, you will need to edit the template
index.tpl. For the location of this file please see:
documentation.hwdmediashare.co.uk/wiki/W...e_files_do_I_edit%3F
This is the template file for the navigation section of the page, and you can move around the HTML to modify the layout. Once you finish your modifications, save the file and clear your template cache. You will then be able to see your changes.
Change the CSS class for that link, then add a new definition to the CSS to match that new class, and give it whatever styling and colour you want.
I want to move the usernav links (Your Favorites and Your Videos) to the same line as the main navigation (Videos, Categories, Uploads, etc.). But I want the usernave links situated to the far right of the line.Do this by re-arranging the same template as listed above...