Merubah warna / color CMS Prestashop dapat kita lakukan melalui file yang bernama global.css file ini berada pada folder thmes\css, dibawah ini saya lampirkan area yang dapat dirubah warnanya :
1. Background color global.css (line 15)
body {
background-color: white;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #5d717e;
text-align: center
}
background-color: white;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #5d717e;
text-align: center
}
2. Feature product color global.css (line 883)
#center_column .products_block ul li {
background-color: #C6CA24;
border-bottom: 1px solid white;
border-right: 1px solid white;
float: left;
margin-top: 0;
padding: 0 0 1px;
width: 106px;
}
background-color: #C6CA24;
border-bottom: 1px solid white;
border-right: 1px solid white;
float: left;
margin-top: 0;
padding: 0 0 1px;
width: 106px;
}
3. Feature Product hover color global.css (line 876)
#center_column .products_block {
color: #595A5E;
}
color: #595A5E;
}
4. Label harga color global.css (line 583)
.price, .price-shipping, .price-wrapping {
color: #DA0F00;
font-size: 1.1em;
font-weight: bold;
white-space: nowrap;
}
color: #DA0F00;
font-size: 1.1em;
font-weight: bold;
white-space: nowrap;
}
5. Footer color global.css (line 759)
#footer {
border-top: 1px solid #D0D3D8;
clear: both;
padding: 0.5em 0;
}
border-top: 1px solid #D0D3D8;
clear: both;
padding: 0.5em 0;
}
ConversionConversion EmoticonEmoticon