VM product Title - smaller fonts

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Sep 28, 2013 10:43 pm
Reply with quote
Report this post
hi guys.
template Bikestore
Where can I change the size of the caption "title of the product"
see picture

tnx
best regards
Sebastijan
Slovenia
User avatar
Senior Boarder

GK User
Sun Sep 29, 2013 8:49 am
Reply with quote
Report this post
Hi,
before I will help you read this TIP: http://www.gavick.com/documentation/joo ... -size-etc/
User avatar
Platinum Boarder

GK User
Sun Sep 29, 2013 8:56 am
Reply with quote
Report this post
DEFAULT VALUE:

Code: Select all
.productdetails-view h1 {
    line-height: 1.5;
    font-size: 42px;
}


CHANGE TO:

Code: Select all
.productdetails-view h1 {
    line-height: normal;
    font-size: 34px;
}


Use Custom CSS field in Template configuration --> http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sun Sep 29, 2013 12:23 pm
Reply with quote
Report this post
tnx for the tip..
works...
best regards
Sebastijan
User avatar
Senior Boarder


cron