Title is too big

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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
Mon Feb 29, 2016 10:29 pm
Reply with quote
Report this post
Hi

teh text in the website title is too big. How can i change the font size of the title? Also, when displaying on mobiles, the title font is very big.

www.stockclearancelines.com
User avatar
Fresh Boarder

teitbite
Fri Mar 04, 2016 11:52 am
Reply with quote
Report this post
Hi

I think You are talking about logo slogan. Try add this to css:

Code: Select all
@media only screen and (max-width:999px) {
#gkLogo.text > span {
    font-size: 65px;
}
}

@media only screen and (max-width:725px) {
#gkLogo.text > span {
    font-size: 35px;
    line-height: 50px;
}

#gkLogo.text .gkLogoSlogan {
    font-size: 15px;
    line-height: 15px;
}

@media only screen and (max-width:435px) {
#gkLogo.text > span {
    font-size: 20px;
    line-height: 30px;
}

#gkLogo.text .gkLogoSlogan {
    font-size: 9px;
    line-height: 9px;
}
}
User avatar
Moderator

GK User
Sat Mar 05, 2016 4:24 pm
Reply with quote
Report this post
Thanks. Im talking about both the actual logo and slogan. Where do i put this code, which specific file/path please?
User avatar
Fresh Boarder

teitbite
Wed Mar 09, 2016 10:02 am
Reply with quote
Report this post
Hi

Any css code should be put in override.css file just remember to allow using override in template configuration.
User avatar
Moderator


cron