Home › Forums › Gravida Support › Default font sizes, slider on mobile
- This topic has 5 replies, 2 voices, and was last updated 7 years, 11 months ago by
Guilherme Solari.
-
AuthorPosts
-
October 26, 2015 at 5:40 pm #13259
Hey guys, first of all let me congratulate you on this great theme. I’ve been implementing Gravida on my site and would like to ask a few things.
1. I wanted to increase the font sizes for the general text (paragraphs in posts and pages). I could just change to font size in every post, but it’s not ideal. If I could change it by default, it would be great.
2. The slider’s titles and description does not seem to appear on mobile. Is there a way around that? If there is not, is there a way for me to disable the slider on mobile?
My site: http://guilhermesolari.com.br/
Thanks,
Solari
October 27, 2015 at 10:59 am #13304Hi Solari,
Thanks for the nice words.
Kindly go to Appearance>Customize>Font Settings and change the body font to change the font size in every post and page.
For 2nd point i am posting a separate answer shortly.
Regards,
ShriOctober 27, 2015 at 12:40 pm #13307Ah, the font size was hidding in plain sight. Thanks, Shri, worked great.
October 27, 2015 at 12:41 pm #13308Hi Solari,
Kindly go to Appearance>Customize and custom CSS and add this there:
@media screen and (max-width:479) {
.nivo-caption { width:70%;}
.slide_info { display:block;}
.nivo-caption h1 { font-size:10px; line-height:14px;}
.nivo-caption p { font-size:10px;}}
Regards,
ShriOctober 27, 2015 at 1:02 pm #13309Did it. I didn’t notice any change on my iPhone 5, though. The slider is still there with no images.
October 27, 2015 at 1:04 pm #13310My mistake, the slider text appears if I flip the phone horizontally.
-
AuthorPosts
- You must be logged in to reply to this topic.