Thank you, that did the trick.
Thank you, that did the trick.
1. I can't really help you with the footer until I can see a live site.
2. To remove the mega menu you can change this line in the stylesheet_mega_menu.css from:
to:Code:#mega-wrapper {width: 980px;margin:0 auto;display:block;position: relative;z-index:9999;top:-85px;}
3. You can add this to the bottom of your stylesheet.css file:Code:#mega-wrapper {width: 980px;margin:0 auto;display:block;position: relative;z-index:9999;top:-85px;display:none;}
Code:#home-banner{display:none;}
Thanks,
Anne
Fantastic. I was able to remove the slider and mega menu. However, the search box that was in line with the mega menu is still displayed. Where would I find that?
I have also tried to find where to modify the logo position. I searched stylesheet.css but couldn't find any reference to logo.png. I would like to move it down a bit.
Here is a link to the site now that I have fixed the error. http://cardbuddydesigns.com/cardbuddydesigns/shop/
The only change I made to the footer was the background colour in the stylesheet_footer_menu.css - the colour on the first line {clear:both;margin:0;background: #90602f
I replaced the image of the scallop edge to match the colour. I don't know how the sides changed to display white.
Thank you again,
Carol
You can turn the header search box on/off in admin--tools--layout boxes controller.
You can add positioning to the logo in the stylesheet.css file #logo.
Changing the color of the footer background would not cause it to change width. I would look to other changes that you made.
Thanks,
Anne
I have read through the css files - and the readme - but I cannot see where the body tag id's are being generated. I realise I can override them, but is it possible to go to the source?
Ah. I see. It's a zencart thing. Thanks for your reply. And for the very fine template.
I've been looking for the file with title and meta tags. The Zen Cart file is meta_tags.php. The title I would like to change is the title that displays in the browser tab. I see the code from the index.php page but I cannot find the file that defines the title and meta tags:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>Bentley Classic, Free Template by Picaflor Azul Zen Cart Design</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="Software ecommerce, open source, shop, online shopping " />
<meta name="description" content="Bentley Classic : - Software ecommerce, open source, shop, online shopping" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />
Could you point me in the correct direction to make changes?
Thank you
/includes/languages/english/meta_tags.php
Bookmarks