Okay, I am trying to change the black box to transparent for this section. I thought I found it in my css but when I changed it it made the type transparent. Can anyone help please!!!
http://blackflameclothing.com/catalog/
thanks
Rick
Okay, I am trying to change the black box to transparent for this section. I thought I found it in my css but when I changed it it made the type transparent. Can anyone help please!!!
http://blackflameclothing.com/catalog/
thanks
Rick
Rick,
In your stylesheet.css you have
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading (around line 546)
background-color: #000000;
You need to change that to
background-color: transparent;
If you don't want to make transparent .leftBoxHeading and .rightBoxHeading move .centerBoxHeading to a new line
It should work..
George
Last edited by pelasgos; 25 Oct 2008 at 03:19 AM.
Hey pelasgos, Thanks!
Maybe you can help me out with 2 other small problems.
1. Do you know how to move the home, login, and search bar so that it would be under the navigation bar?
http://www.blackflameclothing.com/catalog/
Thanks
Rick
Yes Rick,
There's a mod that might help you..
It changes the order of the compontents in your header.
Instead of the home and log in bar being at the top, it places this bar underneath your shop logo.
Visit: http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_62&products_id=132
Nice site! Seems like you know how to handle CSS pretty well. What you may want to do is to move the div with id="navMainWrapper" to under the div with id="logoWrapper". This will probably occur in the tpl_header.php or the main page. You may even need to move the div from one file to another. This is possible since the files under the Common folder of the template are read in sequence.
Hope this helps,
Ron Peled
Thanks everyone!