
Originally Posted by
Trademagic
Anne,
I cannot remove your Oxford Dark, Free Template by Picaflor Azul Zen Cart Design on the tops of the header menu all pages. I have been to FAQ, and your instructions with the package. I have changed and fixed it before. It is correctly stated in includes/language/english/oxford_dark/header.php and everywhere else I can find it.
I can't figure it out. Also, how do I get the checkout link to space better so it is not sleeping under the search window. Please forgive me, but I have tried to fix it for over a week.
Marc
store 1.5.1
http://reasonablerigging.com
If you are referring to the title in the browser bar, you can edit the includes/languages/english/oxford_dark/meta_tags.php file.
If you want to make css changes to the template, it is good advice to use firebug or the firefox web developer tools. They will help you to find the line in the css file that you need to edit to make your changes.
I don't think that there is enough room to fit the navigation links next to the search on your site. When someone logs in, the additional my account link and log off link will show and it will run into the logo. I would recommend making these changes in your stylesheet.css file:
Code:
#navMain ul {float: right;line-height: 1.5em;list-style-type: none;padding: 0.5em 0;text-align: right;width: 100%;}
#header-lan-curr{color:#fffffc;float:right;margin:0;}
#navMainSearch{float:right;margin-top:-30px;}
#headerWrapper{}
#logo{margin-top:-60px;}
Thanks,
Anne