First delete or rename your "stylesheetold.css" to anything that does not end in ".css" as ZenCart loads all .css files
Then you can add/edit the following 2 ID's with what you want
Code:#maintenanceDefaultHeading #maintenanceDefaultMainContent
First delete or rename your "stylesheetold.css" to anything that does not end in ".css" as ZenCart loads all .css files
Then you can add/edit the following 2 ID's with what you want
Code:#maintenanceDefaultHeading #maintenanceDefaultMainContent
many thanks kobra for your reply
I've found the stylesheetold.css file in my template css folder and can rename the extension
Where do I find
#maintenanceDefaultHeading
#maintenanceDefaultMainContent
to edit?
If you can give me some help on the code it would be much appreciated as my knowledge of CSS is limited
many thanks in anticipation
Derek
If you don't find them in your stylesheet.css just add them to it.
Something like this (you can change color and size to your likes):
#maintenanceDefaultHeading {
color: #f00;
font-size: 22px;
}
#maintenanceDefaultMainContent {
color: #ff0;
font-size: 18px;
}