Jump to content

Changing font colors of product names


Recommended Posts

I would like to change the font colors in the product names and product category names.  I am not interested in changing the colors by product, but on a global scale.  That is, all the categories and product names have the same font color.

 

How do I do this?

 

Thanks,

 

Steve

Link to comment
Share on other sites

Hello.

 

To change the product names color in the product list inside a category:

 

  1. Go to the folder: "themes/yourtheme/css" using any ftp software.
  2. Open the file: "product_list.css" 
  3. Then edit the line "color" to match the one you want.
#product_list li a {

color: #374853;

text-decoration: none

To change the names of the different categories:

 

  1. Go to the folder: "themes/yourtheme/css"
  2. Open the file: "global.css" 
  3. Then edit the line "color" to match the one you want.
#categories_block_left  li a {
			
			font-size: 13px;
			
			font-weight: bold;

			display:block;

			padding:7px 11px 5px 22px;

			color:#333;

This works in PS 1.5

 

Hope it guides you. 

 

€paul  :ph34r:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...