New Zenner
- Join Date:
- Jun 2008
- Location:
- Santa Barbara, CA
- Posts:
- 7
- Plugin Contributions:
- 0
nav bar / nav links
Ok, I am lost...
refer to the following image which is a snapshot of a page on the store I am developing
I want to move the "Log In" text, which also has "My Account" listed with it after someone signs in, to what I believe is called the "Nav Bar”, which currently lists "Languages", "Shopping Cart", and "Currencies" with drop down box (also shown in the screenshot).
The code that changes the alignment and text properties of the “Log In” text is in the stylesheet_tm.css document. Here is the code:
.nav_links {padding:64px 39px 0 0; color:#9C6D43;}
.nav_links a {color:#9C6D43; text-decoration:none;}
.nav_links a:hover {text-decoration:underline;}
.nav_links .indent {margin:3px 20px 6px 28px;}
I do not know how to remove the log in text from the header area. I presume I just need to delete the text above. Haven’t tried that yet.
So, how do I remove “Currencies” on the nav bar and insert “log in”, which changes to “Log In | My Account” after someone logs in. I will also want to remove “Languages” and eventually put something else there. Just not sure how to do it.
Lastly, you can see by looking at the product description area that the light gray area (is this the body?), expands out to the right too much past the right edge of the header and looks sloppy. It may have something to do with the images that are included in the body of the product description. Anyone know how to fix this? I would like to adjust the margins/padding instead of resizing the images.
Thanks in advance for all of your help!!!