Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Printer Friendly Tell a Friend

Change font in Special Offer block

1. Go to the active CSS file and add there the new styles you would like to use, for example:

.offerBlue .MiddleCenter { background-color: blue; }
.offerBlue .offerText { font-size: 20px; }
.offerRed .MiddleCenter { background-color: red; }
.offerRed .offerText { font-size: 20px; }

2. Go to CMS settings of Special Offer block and specify one of the CSS classes you've created 'offerBlue' or 'offerRed'.