How can I just make ALL text and ALL Links white excluding buttons? I have gotten the process half way done, But I am running into a terrible amount of difficulty changing things that seem to be pulled from a seperate file. An example would be: I cannot change the color of the customers name in the "Welcome Guest/Customer" message, or the Ship To address in checkout. Is there somewhere other than the CSS files under "/public_html/catalog/template/default/css" that I should be looking? Or should I be using a different code other than the "color: white;" code I have been using? Help would greatly appreciated.
Last edited by mindcell on Thu Aug 21, 2008 10:34 am, edited 1 time in total.
If you look in "catalog/template/default/content/home.tpl" you will see a line that reads-
This is the "Welcome Guest/Customer" message, and is found in the language file "catalog/language/english/controller/home.php".
Regards, Fido-X.
Code: Select all
<?php echo $text_greeting; ?>
Regards, Fido-X.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I am sorry, but I still cannot figure out how to change the font color for the text described above. I have been trying everything I know, and everything I can find through help and internet websites. Where am I supposed to changing the font color? Is there an easier way to edit the font color for the entire site?
If you want to play with css, get yourself the firefox browser and the "web developer" extension. It allows you to examine the css for any element on the displayed page. It also has a lot of really useful tools for the web developer.
Honestly, I don't know how web development was done before that extension. When I reinstall windows on my PC, the first program I install is FF. The Second thing I install is the Web Developer Toolbar.... Then everything else 
I swear by the Web Developer toolbar. Tho I wish he would add a way to view the full path when there are long css paths when using "View Style Information"

I swear by the Web Developer toolbar. Tho I wish he would add a way to view the full path when there are long css paths when using "View Style Information"
The bit that you're looking for is in "catalog/template/default/css/default.css" lines 22-24, eg.-
Changing this to-
should solve your problem.
Regards, Fido-X.
Code: Select all
b, strong, th {
color: #000000;
}
Code: Select all
b, strong, th {
color: #FFFFFF;
}
Regards, Fido-X.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 3 guests