Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Stasys (Guest)
Stasys (Guest)
Please help . How to show images on section Special Offer(template Fashion).I like this template,but i want to show images on front pages in this section . How to change CSS file where?
 
Eugene (Guest)
Eugene (Guest)
Hi,
 
Please open styles/fashion.css and edit a block of code like this
 
/************* Offers *******************/
#offerTitle {display: none;}
.offerImg {text-align: left;}
.offerImg a.bigtitle {display: none;}
.offerImg img {float: left; margin: 0 5 0 0; display: none;}
.offerImg div {text-align: justify; color: #ec6b4b;}
.offerImg div#offerText {display: ; color: #ec6b4b;}
.offerImg div#offerPrice {display: none; color: #ec6b4b;}
 
so it will suit your needs.
 
In your case you can change this line
.offerImg img {float: left; margin: 0 5 0 0; display: none;}
to
.offerImg img {float: left; margin: 0 5 0 0; display: block;}
and a small image will be shown in Offers block.
 
WBR,
ViArt Support Team
 
Please help . How to show images on section Special Offer(template Fashion).I like this template,but i want to show images on front pages in this section . How to change CSS file where?
 
Stasys (Guest)
Stasys (Guest)
Thx