Boutique / Virtuemart title and price customization

GK User
Thu Aug 23, 2012 1:09 pm
Hy web crew :geek:

I have two questions about boutique template / virtuemart (last update).

1) In the picture, with number one ... there is pretty big title. I would like to shrunk it and remove that giant line spacing. Is there a help for that?

2) In the picture, with number two ... i would like to hide the price only in custom fields / attributes, but to still be functional. Numbers can be pretty confusing for end users because they're not final, so i would like to just hide it. Is it possible?

Hope that this could be resolved
thanks

Image
User avatar
Junior Boarder

GK User
Fri Aug 24, 2012 2:26 am
Hi

About the 1th issue, please enable override.css file from Boutique parameters and add this line (or use value as you wish) on that file:

Code: Select all
.productdetails-view h1 {line-height: 50px}


About the 2th issue, i don't think VM provides this feature on settings, on view files it's not possible also and using css not possible also. So it might be possible but using javascript support.

I'm sorry if i can't help more.

Cheers
User avatar
Platinum Boarder

GK User
Fri Aug 24, 2012 10:47 am
Thnx for the reply Seichinha, it worked :)

And for the price hiding, I'll try to ask on the virtuemart forum
User avatar
Junior Boarder