Title is too big
Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: 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
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
-
- 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:
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;
}
}
-
- 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?
-
- 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.
Any css code should be put in override.css file just remember to allow using override in template configuration.
-
- Moderator
4 posts
• Page 1 of 1