Change the size of the heading for Virtuemart products

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Tue Nov 27, 2012 8:28 pm
Hi all,

Can someone please help?

I have some products that have a slightly long product name. Due to this long name, when I click on the product description, the product title and the image for the product seems to un-align.

Does anyone know where I can reduce the size of the font?

Many thanks
User avatar
Gold Boarder

Konrad M
Tue Nov 27, 2012 9:05 pm
Hi,
can you give me url to your website ?
User avatar

GK User
Wed Nov 28, 2012 9:05 am
Hi Konrad,

The website URL is www.hasled.com. You can see the problem on this product:

http://www.hasled.com/hidden/mood-light ... ker-detail

The website is still under construction.

Many thanks
User avatar
Gold Boarder

Konrad M
Wed Nov 28, 2012 9:17 am
Please try add to override.css
Code: Select all
.productdetails-view h1 {
font-size: 190%;
}

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

GK User
Wed Nov 28, 2012 9:26 am
Worked a treat Konrad - Thank you very much :)

Much appreciated
User avatar
Gold Boarder

GK User
Wed Nov 28, 2012 9:41 am
One other quick question. Do you know how to reduce the font size on the categories page? For example - on this page:

http://www.hasled.com/lighting

Thanks
User avatar
Gold Boarder

GK User
Wed Nov 28, 2012 9:54 am
Hi,

I have just added the following to the override.css which seems to have done the trick:

.browse-view .row .product .spacer h2 {
font-size: 13px;
}

Thanks
User avatar
Gold Boarder


cron