How do I change the colour of the Product Title on the product information pages in the Simply Kerrin template?


Rating: +0

Positive Negative

In the Simply Kerrin Zen Cart Template the Product Title takes on the default text colour, as shown here.

Simply Kerrin - Zen Cart Template

To change the colour of the Product Title text:

  1. Open the stylesheet.css file located in the /includes/templates/simply_kerrin/css/ directory.
  2. At the very end of this file, add in a section of code as follows:
    #productName {
        color: #FF0000;
        }

    In this example, I have changed the text colour to Red.

  3. Save the modified stylesheet.css file.

Zen Cart Template - Simply Kerrin

     
   
     
  1. No comments yet.
(will not be published)

Notify me of followup comments via e-mail. You can also subscribe without commenting.