Détails

GK User
Fri Feb 10, 2012 8:01 am
dear,
How can I remove the reference: current stock level
and to do smaller the space between price and product détail
see attach file
Thank's a lot
User avatar
Expert Boarder

GK User
Fri Feb 10, 2012 2:07 pm
Hi.
Please paste url to your site.
User avatar
Platinum Boarder

GK User
Sat Feb 11, 2012 8:53 pm
mikeMB wrote:Hi.
Please paste url to your site.


Mike, here is my website, thank's for Help
http://www.gruyerepaddle.ch/
User avatar
Expert Boarder

GK User
Sat Feb 11, 2012 9:25 pm
To remove current stock level please edit vm.css file and edit the following line:
Code: Select all
 span.stock-level {
font-size: 10px;
color: #7D7B7B;
display: none;  //add this.
}


To reduce empty space please edit the same file like before and edit the following line:
Code: Select all
 .catProductPrice {
min-height: 70px;
display: none;  //add this.
}
User avatar
Platinum Boarder


cron