Thanks, found it. Download ans installed. SQL updated for new column 'product_msrp'. However, the CCS change. Where in the stylesheet does this go? I'm using 1.5.5 e
Thanks, found it. Download ans installed. SQL updated for new column 'product_msrp'. However, the CCS change. Where in the stylesheet does this go? I'm using 1.5.5 e
- find the file "includes/templates/YOUR_TEMPLATE/css/stylesheet.css" , where "YOUR_TEMPLATE" is the folder name of your current template.
- Open this file on your computer with a text editor (like notepad++).
- place the code
from the readme at the end of the file.Code:.smalltext1 { text-align: center; color:#000000; font-weight:bold; } .save { text-align: center; color:#636466; font-weight:bold; } .norm { text-align: center; color:#981B1E; font-weight:bold; }- save the file and re-upload.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Done that. However, does this go at the end of the page or in the BOF areas.
So, is there ANYONE that can answer my question? Where should I paste the following code in STYLESHEET.CSS?
.smalltext1 {
text-align: center;
color:#000000;
font-weight:bold;
}
.save {
text-align: center;
color:#636466;
font-weight:bold;
}
.norm {
text-align: center;
color:#981B1E;
font-weight:bold;
}