shutiri Posted July 18, 2004 Posted July 18, 2004 Hi. I need to change the product name link color on the categories page. the product name link (the name of the item) is the same color than the other links on the page (white), but the box background color is white too. How do I change this particular link color ? thank you. shutiri.
Acheron Posted July 18, 2004 Posted July 18, 2004 If you want to use different colors for those items, you need to create a new class in stylesheet.css and apply it to the pages you want to use it on.
Gearhead Posted July 18, 2004 Posted July 18, 2004 I needed to change the color of just a few links, so I just used the <font color=""> tags. Not as elegant as creating a seperate .css entry, but it was easier for me with a better understanding of HTML than PHP.
shutiri Posted July 18, 2004 Author Posted July 18, 2004 thank you. I actually know how to do both of these possilities (html and css) but I don't know where to look for this particular link... where is it (which file and location) so I can apply either of these solutions ? thank you. shutiri.
Gearhead Posted July 18, 2004 Posted July 18, 2004 I'm sorry, I don't know enough about PHP to tell you exactly what to edit, but I'm pretty sure the file you need to look at is categories.php good luck
shutiri Posted July 19, 2004 Author Posted July 19, 2004 I'm still lost... I don't know enough php either. Please help :( thank you. shutiri.
shutiri Posted July 20, 2004 Author Posted July 20, 2004 I looked to the categories.php and didn't find how to change this link... please help. thank you. shutiri.
JHouse Posted July 29, 2004 Posted July 29, 2004 I'm trying to figure this out too. I'll post the solution once I figure it out, that is, if I can find this thread. JHouse
JHouse Posted July 29, 2004 Posted July 29, 2004 I do know this, it's in the css file located in your main directory. JHouse
EricB Posted July 30, 2004 Posted July 30, 2004 Look in your stylesheet.css file. At about line 24, you'll see: A { ?color: #000000; ?text-decoration: none; } change color: #000000; to any color you want. Save and upload - you're set!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.