How do I change the colour of the text “Congratulations! You have successfully installed…” in the Simply Kerrin template?
In the Simply Kerrin Zen Cart Template the “Congratulations! You have successfully installed your Zen Cart E-Commerce Solution.” text – otherwise known as the Index Default Heading text is left as the default text colour. In this case that is black.

To change the colour of the Index Default Heading text:
- Open the stylesheet.css file located in the /includes/templates/simply_kerrin/css/ directory.
- At the very end of this file, add in a section of code as follows:
#indexDefaultHeading { color: #FF0000; }In this example, I have changed the text colour to Red.
- Save the modified stylesheet.css file.

|
|||||||



