videoquest Posted November 16, 2005 Posted November 16, 2005 Hey all How do I change the color of the text on my main page? Under the Welcome guest part http://www.videoquest.ca/catalog/index.php Also when I click on a product for the description I need to know how to change the color of that text also. THANK YOU!
gregy Posted November 16, 2005 Posted November 16, 2005 quick answer: i believe in index.php .. dunno where, cause i removed this part form my index.php
MoisesZaragoza Posted November 17, 2005 Posted November 17, 2005 Find the file Stylesheet.css And look for TD.main, P.main { font-family: Helvetica; font-size: 11px; line-height: 1.5; } that's what you want to change Change to TD.main, P.main { font-family: Helvetica; font-size: 11px; font-color:#ffffff line-height: 1.5; } font-color:#ffffff makes it white at the end of the day the code will be good
gregy Posted November 17, 2005 Posted November 17, 2005 i was thinking more like he wants to change only part of text .. like <b><i><text_definition></i></b> cause in stylesheet he will change whole text ..
MoisesZaragoza Posted November 17, 2005 Posted November 17, 2005 But that text is Black on a Black BG. To change the text on a particular part you will have to find the text that you want to change and write before <font color="COLOR"> TEXT TO CHANGE </font> at the end of the day the code will be good
gregy Posted November 17, 2005 Posted November 17, 2005 yes . i understand . it was more like an example :)
videoquest Posted November 17, 2005 Author Posted November 17, 2005 Hey Guys Thanks for the advice. Here is my problem. I changed what you said to change but when you click on a product the text wont show up! I have tried changing the color how you showe dme but it just wont work. Its all their cause when you highlight the area it shows up! check it out www.videoquest.ca/catalogue Is there any type of documentation that shows you were to go to change all the different colors throughout the PHP?? Cause I would like to be able to change the colour of the bars on the Whats New and side menu's but I cant find it anywhere!
videoquest Posted November 17, 2005 Author Posted November 17, 2005 Is there any type of documentation that shows you were to go to change all the different colors throughout the PHP?? Cause I would like to be able to change the colour of the bars on the Whats New and side menu's but I cant find it anywhere!
MoisesZaragoza Posted November 17, 2005 Posted November 17, 2005 Get the TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; } and change it so its TD.main{ font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; } P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; font-color:#FF0000 } at the end of the day the code will be good
MoisesZaragoza Posted November 17, 2005 Posted November 17, 2005 Check your site at the end of the day the code will be good
n2advnture Posted November 18, 2005 Posted November 18, 2005 Thanks Moises! How do I change the color of the text in the "reviews" section?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.