
Originally Posted by
720moto
Is there anyone else out there who can help me with my issues? I have posted several times for assistance and have not received any response. So if anyone else can help that would be appreciated.
Rude1
www.720moto.com/Store
720moto:
if you looked at the source for that page, you find this code below the <body>
HTML Code:
<div id="navMainWrapper">
<div id="navMain">
<div id="navMainLinks">
<ul class="back">
<li> <a href="http://www.720moto.com/Store/">Home </a> </li>
<li> <a href="http://www.720moto.com/Store/index.php?main_page=login&zenid=eb3bf332abc8d7e2e462e269ace01685">Log In </a> </li>
</ul>
</div>
</div>
</div>
go to includes/template/yourtemplate/css/stylesheet.css and make your changes for the appropriate classes listed in the div tags.
Personally, in order not to mess up other instances of .back, i would create the following:
#navMainLinks ul li a { color: yourColor; text-decoration: none; }
When customizing, view source and CSS and tinker. Hope that helped.
Bookmarks