Hi
Thanks for contacting to us.
Sorry for delay reply. Pls share your website url, so that we can take a look and assist you better.
Thanks
This is the website.
Basically I want to change all the text that is on top of the beach image, but only on mobile version. Google says is not big enough for phones 🙁
Hi
Are you want to increase font size or decrease slider font size pls clear us.
Or
Want to remove slider text in mobile screen.
Thanks
Hello again!
Only when I’m using my phone, I want to increase the font size. If you go to Customize > slider settings.
You have 3 text sections:
-Title
-Description
-Buttom text
What I want to do is to increase the font size of each text.
Thanks for your fast reply!
Are you want to increase font size or decrease slider font size pls clear us.
Or
Want to remove slider text in mobile screen.
Thanks
-
This reply was modified 5 years, 11 months ago by
ntribrd.
Hi
For this add the below css code inside the additional css box.
@media only screen and (max-width: 767px) and (min-width: 200px) {
.slide-caption h2 {
font-size: 11px;
line-height: 18px;
}
.slide-caption p {
font-size: 12px;
line-height: 13px;
}
.flex-btn {
font-size: 10px;
}
}
Let me know for any confusion.
Thanks
Wow. Just perfect!
Last thing. Could you tell me how to have all the text centered? (not align to the left)
Only centered > .slide-caption h2 , .slide-caption p & .slide-caption p
Hi
For this add the below css code inside the custom css box.
@media only screen and (max-width: 767px) and (min-width: 200px) {
.slide-caption h2 {
text-align: center;
}
.slide-caption p {
text-align: center;
}
.slide-caption div {
text-align: center;
}
}
Let me know for any confusion.
Thanks
Akhilesh
Again, All perfect. Thanks!
HI
Glad to help you.
If you like our Theme & Support, rate us here below link.
https://wordpress.org/support/theme/busiprof/reviews/#new-post
Thanks