http://www.zen-cart.com/forum/showth...eloper+toolkit
U should take a look at this thread this is how will understand how to edit your CSS please be carefull when u reading
Im going to rest
Good Luck
Radoslav
http://www.zen-cart.com/forum/showth...eloper+toolkit
U should take a look at this thread this is how will understand how to edit your CSS please be carefull when u reading
Im going to rest
Good Luck
Radoslav
Negative feelings were burned by the progressive increase of Euphoria
Thanks, but that changes the visited link color. I would like the background color to change from white to pink like the copyright background. Sorry for being a pain. Thanks.
Thanks sicness for your help. Can anyone else help me please. At the bottom of the page there is a small section that is white. I would like it to pink. How do I go about doing that. It is the white section below "Copyright © 2005-2006 Heavenly Bubbles. Powered by Zen Cart". Thanks.
That section is not easy to change as there is no specific ID or class available to enable you to address it. Instead it is picking it's color up from the main body of your site, which you will not want to change.
There are two possible solutions, both of which involve creating your own customer footer template:
You do this by copying templates/template_default/common/tpl_main_page.php to templates/custom/common/tpl_main_page.php.
Now you have 2 choices
1. Ask yourself whether you really need this link at all (it appears to been there primarily for testing purposesit and has been removed from the latest version of Zen Cart). If you decide you don't need it, go to the bottom of your new tpl_main_page.php file and delete everything after2. If you really want to keep it, amend the following line to create an ID that you can style by adding what I show in red<!--eof- banner #6 display -->and then add the following anywhere in your stylesheet<p id="xhtmlLink"><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Transitional</a></p>
</body>p#xhtmlLink {background-color:#FFCC00}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Kuroi, thank you sooo much! That did it.![]()
I am working on editing a template from a free template, A blue Zen Fish
In the stylesheet I removed the background tag from
footerwrapper
Somehow the file bg_foot.jpg still shows up at the bottom of the document, although bg_foot.jpg is not referenced anywhere in the stylesheet.
Where is it at? In all actuality I want to figure out how to make the graphic bg_foot repeat at the bottom instead of no-repeat and center, but I can't seem to find where bg_foot.jpg is referenced!
Any ideas?
Last edited by xananthium; 2 May 2011 at 07:30 AM. Reason: Wrong Template Name
I suggest that you post in your template's support thread rather than dredging up a 5-year old thread, containing out-of-date information.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)