Change the size of the font in the product name.

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Tue Dec 18, 2012 5:51 pm
Hello

I would like to ask where you can change the font size in the product name on the product page.

The current setup is quite large and, as I have long product names, it looks badly to my site
User avatar
Fresh Boarder

Konrad M
Wed Dec 19, 2012 8:56 am
Hi,
please try add to override.css
Code: Select all
.productdetails-view h1 {
font-size: 48px !important;
}

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

GK User
Wed Dec 19, 2012 8:50 pm
Thanks, it works ;)
User avatar
Fresh Boarder


cron