- This topic has 5 replies, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Gravida Support › Default font sizes, slider on mobile
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
Hi 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,
Shri
Ah, the font size was hidding in plain sight. Thanks, Shri, worked great.
Hi 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,
Shri
Did it. I didn’t notice any change on my iPhone 5, though. The slider is still there with no images.
My mistake, the slider text appears if I flip the phone horizontally.
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]