1 and 2 i want to know how to change those to black and 3-4-5 i would like to know how to change teh font color i cant seem to find it in the css
1 and 2 i want to know how to change those to black and 3-4-5 i would like to know how to change teh font color i cant seem to find it in the css
What is your domain?
I can help you find them on your style.css page.
The header is best as an Image.
Cheers!
v2.2.1
Dude, I need a link to the site, I can not see the Numbers you requested.
Here is one below:
includes/ templates/ your_template/ templates/ stylesheet.css
Find the following declaration or add to the .css
- #loginDefaultHeading {color: #000000;}
- change the red font above as needed
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
includes/ templates/ your_template/ templates/ stylesheet.css
Find the following declaration in the .css
Find the following declaration in the .css
- #navCatTabsWrapper {
background-color: #ffffff;
color: #9a9a9a;
background-image:none;
}- change ffffff to 000000
Breakfast time will be right back to finish for you.. Ok I hope
- #navBreadCrumb {
padding: 0.5em 0.5em;
background-color: #ffffff;
font-size: 0.95em;
font-weight: bold;
margin: 0em;
}- change ffffff to 000000
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
This is a question that keeps getting asked and answered everyday. You'll find it in the Tutorials and FAQs in the upper right of the Zen home page.
View the source of your page from the browser.
Search for "Welcome".
<div id="taglineWrapper"><div id="tagline"><h1>Welcome</h1></div>
In the stylesheet.css look for id="tagline"
/includes/templates/your-template/css/stylesheet.css
Change the color associated with the object and save. Upload new to the server and refresh webpage to see your changes.
I'd use the sparkly background as a background and use solid black for the cart. All the sparkles make me want to look for a disco queen.
Cheers!
v2.2.1
includes/ templates/ your_template/ templates/ stylesheet.css
Find the following declaration in the .css
What the problem is:
- LEGEND {
font-weight: bold;
padding: 0.3em;
color: black;
}- change black to #ffffff;
- You have two stylesheets working
- styleshee1t.css & stylesheet.css
- You made the changes in styleshee1t.css but notice the sort order of the two.
- Always edit the last stylesheet.css because this is the last path Zen looks for
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
what i was trying to do is rename the origanal it but i guess even when u rename it it still picks it up
that changed number 3 thanks what about the 2 white bars?>
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