I am new to the zen cart world but am having a great time with it. My code knowledge is pretty limited. I am looking to change the black category boxes on the left side of this page. Thanks for your help in advance.
I am new to the zen cart world but am having a great time with it. My code knowledge is pretty limited. I am looking to change the black category boxes on the left side of this page. Thanks for your help in advance.
Find this in your stylesheet:
h3.rightBoxHeading, h3.leftBoxHeading {
margin:0;
color: #fff;
font: 11px verdana, arial, sans-serif;
font-weight: bold;
padding-left: 10px;
padding-top: 4px;
background-image: url(../images/heading-bg.gif);
background-position: 0px 0px;
background-repeat: repeat-x;
text-align:left;
}
Remove the line in red if you want just a regular box header, or change the image name to the other image you've selected.
Doing 'h3.rightBoxHeading, h3.leftBoxHeading ' will change all the colours or images for the headings in the left and right hand side boxes...
If you wanted to get more specific and have different colours for a different sidebox, then this can be done aswel.
Here are afew examples : -
#categoriesHeading
{
background-color: #000;
}
OR
#informationHeading
{
background-color: #f00;
}
:)
Thank you so much for your help. It worked a charm.
Since this thread is helping me, I am gonna ask another question.
I am looking to control where my category thumbnails appear.
Can someone point me to the css or control panel option for that.
Thank you again.
Simon
Ok so if you go to the homepage above the banner picture is the word "home" which is the banner heading. Any idea how to remove this? Thank again to everyone in this excellent forum...
Its actually the 'Navigation Breadcrumbs' rahter that a banner heading.....but if you want to disable this then go to
Admin panel - Configuration - Layout settings
and find Define Breadcrumb Status......set this to '0' if you want to completly disable it.
I would advise to keep this on as its very useful from a accessibility point of view and is useful for customers to know where they are on your site.
Thank you so much. I agree breadcrumbs are helpful. I just thought on the home page it would be nice to have it gone. I will leave it if the only way to change it is system wide. Thanks again. Love this forum!
S
No, you can turn it off on the main page - Admin - Configuration - Layout Settings - Define Breadcrumb Status
PERFECTION!![]()