I very much like the Atahualpa theme and I'm almost done customizing it for my blog http://www.financeisland.com/blog/. I added links to external sites in the header using post #36 in this thread: http://forum.bytesforall.com/showthr...p?t=103&page=2.
One last change I would like to make is to make one of these links ("Blog"), which is actually the blog, not a link but still a tab. And I would like to format this tab to look exactly as the other tabs but with a different background and font color and without any format changes on hover.
I got it so far to make the tab "Blog" a green font but other formatting doesn't seem to work. Here is the code for this particular section in bfa_header_config.php:
HTML Code:
$page_menu_bar .=' <li><a href="http://www.financeisland.com/home.jsp">FinanceIsland Home</a></li> <li><a href="http://www.financeisland.com/tools.jsp">Finance tools</a></li> <li><a href="http://www.financeisland.com/KnowHow.jsp">How-to's</a></li> <li> <font color="#00FF00"> Blog </font> </li> <li><a href="http://www.financeisland.com/company.jsp">Company</a></li> '; $page_menu_bar .= '</ul></div>' . "\n";
By the way, I'm using WordPress 2.8.4 and Atahualpa 3.4.3.
Jack