Hide sorting in virtuemart category

GK User
Thu Mar 14, 2013 11:23 am
1). How can I hide sorting selection in virtuemart category page?

2). I choose to show ONLY final salesprice in category page.
How can I remove the space lines between price and Product DetaIls link?
Thanks!
George
User avatar
Fresh Boarder

Konrad M
Thu Mar 14, 2013 12:16 pm
Hi,
1) Please add to override.css
Code: Select all
.orderby-displaynumber {
    display:none !important;
}

Remember toenable override.css option in template settings.

2) Please give me url to the page with issue.
User avatar

GK User
Thu Mar 14, 2013 1:08 pm
User avatar
Fresh Boarder

Konrad M
Thu Mar 14, 2013 1:49 pm
Please add to override.css
Code: Select all
.catProductPrice {
    min-height: 70px;
}

and reduce this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Mar 14, 2013 2:02 pm
OK Thanks.
But can I reduce the line height between :

Model Photo

Model Name

Model Short Description

Price

Products Details
User avatar
Fresh Boarder

Konrad M
Fri Mar 15, 2013 2:20 pm
Please try add to override.css
Code: Select all
h3.catProductTitle,
p.product_s_desc {
    margin: 0;
    padding: 0;
}
.catProductDetails {
    margin:0;
}

and remember to enable override.css option in template settings.
User avatar


cron