Hello,
Can you please tell me how can I increase the size of the font above the images in the following link:
http://www.megarevma.gr/thegwproject/index.php/2014-12-12-11-17-46/2014-12-12-11-18-24/virtruemart
Thank you in advance.
Kind regards,
Eri
- erikoraka
- Commercial Templates
- Friday, 12 December 2014
- Subscribe via email
Hi Eri
Try adding the following to the Custom CSS field of your templates parameters editing to your own taste...
Ciarán
Try adding the following to the Custom CSS field of your templates parameters editing to your own taste...
.category-view .row .category .spacer h2 a {
font-size: 22px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello Ciarán,
It worked fine thank you!
Could you indicate me where exactly I have to look (i.e which files' code I have to edit) in order to customize my virtuemart e-shop as the changes I want to make seem to be much?
For example in the link http://www.megarevma.gr/thegwproject/index.php/2014-12-12-11-17-46/2014-12-12-11-18-24/virtruemart/by-estate/semeli-wines the size of the text font below the picture needs to be increased.
Additionally I want to remove the details button in the above link etc.
Can you help me on this?
Thank you again.
Kind regards,
Eri
It worked fine thank you!
Could you indicate me where exactly I have to look (i.e which files' code I have to edit) in order to customize my virtuemart e-shop as the changes I want to make seem to be much?
For example in the link http://www.megarevma.gr/thegwproject/index.php/2014-12-12-11-17-46/2014-12-12-11-18-24/virtruemart/by-estate/semeli-wines the size of the text font below the picture needs to be increased.
Additionally I want to remove the details button in the above link etc.
Can you help me on this?
Thank you again.
Kind regards,
Eri
- more than a month ago
- Commercial Templates
- # 2
Hi Eri
There is no Virtuemart styling included with the template therefore Virtuemart is using the default styling included with the template.
Which details button are you referring to? 'Product Details'?
Ciarán
There is no Virtuemart styling included with the template therefore Virtuemart is using the default styling included with the template.
Which details button are you referring to? 'Product Details'?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello again Ciarán,
I' m reffering to the font size of the text below the 'bottle', which I want to increase, as well as the button 'Product Details' which I want to remove, at the link http://www.megarevma.gr/thegwproject/index.php/2014-12-12-11-17-46/2014-12-12-11-18-24/virtruemart/by-estate/semeli-wines
Eri
I' m reffering to the font size of the text below the 'bottle', which I want to increase, as well as the button 'Product Details' which I want to remove, at the link http://www.megarevma.gr/thegwproject/index.php/2014-12-12-11-17-46/2014-12-12-11-18-24/virtruemart/by-estate/semeli-wines
Eri
- more than a month ago
- Commercial Templates
- # 4
Hi Eri
To increase the font size for this text try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
To hide the product details button try also adding the following...
Ciarán
To increase the font size for this text try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
.product h2 a {
font-size: 22px;
}
To hide the product details button try also adding the following...
.vm-details-button {
display: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
It works fine Ciarán! Thank you!
Now I want to remove the components Sort by, Manufacturer and Records in the following link:
http://www.megarevma.gr/thegwproject/index.php/2014-12-12-11-17-46/2014-12-12-11-18-24/virtruemart/by-estate.
And also I want the title of the category (By estate) to appear at the top of the page.
Is it easy to do this?
Thank so much for your help!
Eri

Now I want to remove the components Sort by, Manufacturer and Records in the following link:
http://www.megarevma.gr/thegwproject/index.php/2014-12-12-11-17-46/2014-12-12-11-18-24/virtruemart/by-estate.
And also I want the title of the category (By estate) to appear at the top of the page.
Is it easy to do this?
Thank so much for your help!
Eri
- more than a month ago
- Commercial Templates
- # 6
Eri
Try also adding the following to your Custom CSS field...
Sorry to say there is no way with CSS to change the order of elements on your page.
Ciarán
Try also adding the following to your Custom CSS field...
.orderby-displaynumber {
display: none;
}
Sorry to say there is no way with CSS to change the order of elements on your page.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »