you would need to make a copy of the CrossSell-Sky.css file and make the change to the section
- Code: Select all
.productPrice {
font-weight: normal;
color: [-- VAR.text_color --];
margin: 1em 0;
white-space: nowrap;
}
You can't make a copy of the file to the same name but you can copy it using the Copy ShopSite Include button and give it a temporary name and then after making the changes to the file make a copy of the file and give it the CrossSell-Sky.css name. This will then override the ShopSite provided template. The other option would be to modify all templates that include this file and change the name of the include to what ever you gave it.