I have three issues with it currently, that I'm hoping are quick fixes...
1. Main Menu background & link colors. (RESOLVED)

I'm looking to make the background and links match the rest of the portal blocks. (Black background and the orange text.)
SOLUTION: The CSS which is controlling the main menu styles resides in the theme/templates/portal/portal_body.html file. Simply search for "#navigation a" and "#navigation a:hover" to change to your desired colors/backgrounds.
2. The portal link at the top of the pages. (RESOLVED)

vs.

I'd like to have the portal link appear at the top of both of the portal index and the board index.
SOLUTION: (For anyone else that finds this and they use the theme.) Open up /style/thorlargex/template/overall_header.html and search for the line:
- Code: Select all
<li><a class="icon-home" href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
Add your custom link before that line.
3. Problem with the Latest News center block.

Currently I simply took the main_menu.html block file and put all of that code into a table and reduced the table width. Before I did that...the extension that you see on the right side spilled over into the right side blocks.
EDIT:: It seems that different browsers shuffle that extension on either side. The screen capture is of Safari. In Firefox it pops up on the left. I'll have to wait until I get home later tonight to test it in IE.
Any ideas for these issues?
Thanks in advance for any assistance with this issue.