Ok can someone point me in the general direction of where this coding I need is. I want to change the font in my sidebox in the header from white to black. Like where it says information, your cart, etc...thanks so much
Ok can someone point me in the general direction of where this coding I need is. I want to change the font in my sidebox in the header from white to black. Like where it says information, your cart, etc...thanks so much
one other question. I also turned off the middle box where it says new products for December how do I turn that back on? Thanks
Fonts, colors etc are controlled by your stylesheet. The switches for the centerboxes are in the Admin> Configuration> Index Listings
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
thanks I found it! OK now, I know how to change my headers for my sideboxes and I have done that fine but what if I want to change my headers for my center boxes, thanks
.centerBoxHeading in the stylesheet
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
this is the only coding on css stylesheet that I see for anything center:
Because this coding or process is so different then when you change the headers for sideboxes, I really could use a step by step. Or just understand that I am relatively new to this, thanks for helping me out./*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
}
.centerBoxWrapper {
border: 1px solid #000000;
height: 1%;
margin: 1.1em 0;
}
h2.centerBoxHeading {
font-size: 1.3em;
color: #ffffff;
}