Thank you kobra, I am playing around with firefox and making changes.... I am only having trouble with the new products bar and the footer at the bottom ... Thanks again...
Thank you kobra, I am playing around with firefox and making changes.... I am only having trouble with the new products bar and the footer at the bottom ... Thanks again...
Can you tell me where i might find the banner located in the middle with the "New Products For"... there is one on the bottom too... i want to do with them as i have done with other things and center them on the page... then i want to be able to change fonts so locating this banner is what i need help with.... TIA
![]()
admin > tools > banner managerCan you tell me where i might find the banner
Zen-Venom Get Bitten
I am sorry kobra but i do not think it is a banner of if it is its not in my banner manager. If you look at the middle of the page it is like the background behind the text. www.majikalpath.com
The link you posted is not to ant ZenCart page
Zen-Venom Get Bitten
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
FIND: in your stylesheet:
.centerBoxHeading {
font-size: 13px;
color: #75B3A6;
background-image: url(../images/centerbox.jpg);
background-repeat: no-repeat;
width: 100%;
height: 40px;
padding-top: 13px;
padding-bottom: 10px;
}
Add what I put in RED
.centerBoxHeading {
font-size: 13px;
color: #75B3A6;
background-image: url(../images/centerbox.jpg);
background-repeat: no-repeat;
background-position: center top;
width: 100%;
height: 40px;
padding-top: 13px;
padding-bottom: 10px
}
Same for:
#navSupp (line 651)
{
background-image: url("../images/footertop.jpg");
background-repeat: no-repeat;
background-position: center top;
color: #666666;
font-size: 9px;
padding-top: 10px;
height: 35px;
}
20 years a Zencart User
thank you so much. see i am new to all this... can you explain alittle to help me learn TIA