Can someone please help me make the top part where the logo is to be transparent?
http://economyleasinginc.com/economy/index.php
Thank You
Can someone please help me make the top part where the logo is to be transparent?
http://economyleasinginc.com/economy/index.php
Thank You
Pu,
Locate this:
Find this:economy/includes/templates/Economy%20Leasing/css/stylesheet.css
Change to this:#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin:0;
padding:0;
}
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin:0;
padding:0;
}
#headerWrapper{
margin:0;
padding:0;
background: transparent;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I tried that but it is still not transparent.
Try this
#mainWrapper {background: transparent; width: 950px;}
the width is to bring your contacts button inside the menu bar
#contentMainWrapper {background: #FFF;}
Then you should correct this
#menu {
background: url("images/page_header_b.png") repeat-x scroll 0 0 transparent;
height: 57px;
padding-left: 14px;
}
to this
#menu {
background: url("images/page_header_b.png") repeat-x scroll 0 0 transparent;
height: 50px;
padding-left: 14px;
}
It is transparent; you are seeing the mainWrapper background behind it.
stylesheet.css (line 185)
Code:#mainWrapper { background-color: #FFFFFF; border: 1px solid #9A9A9A; text-align: left; vertical-align: top; width: 850px; }
How can I keep the body with a color but not have the body color go all the way up to where the logo is?
I think I know what you are trying to accomplish but may be wrong.
find this:
change to this:Code:#headerWrapper{ margin:0; padding:0; background: transparent; }
find this:Code:#headerWrapper{ background:#e5edf5; }
change to this:Code:#mainWrapper { background-color: #ffffff; text-align: left; width: 850px; vertical-align: top; border: 1px solid #9a9a9a; }
not sure if this is what you want.Code:#mainWrapper { background-color: #e5edf5; text-align: left; width: 850px; vertical-align: top; border: 0px solid #e5edf5; }