Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Busiprof
increase text size in slide section
tidiane
November 2018
in
Busiprof
Hi
i would like to increase the text size in my slide section
can you help ?
thanks
Comments
akhilesh
November 2018
Hi
Thanks for contacting to us .
TO increase text size of slider section .
Go to Appearance >> Customizer >> Additional css box .
.slide-caption h2 {
font-size: 35px;
}
.slide-caption p {
font-size: 21px;
}
.flex-btn {
font-size: 14px ! important
}
Change font size value as your need .
Thanks
AKhilesh
tidiane
November 2018
thanks for your answer
i also want to put the whole text in just one line all over the image
thanks
akhilesh
November 2018
Hi
To show slider text in one line like the
snapshot
, add the below css code inside the Additional css box .
.slide-caption {
width: 100%;
}
Let me know for any confusion .
Thanks
Akhilesh
tidiane
November 2018
hi it works in a PC browser but in a mobile browser it does not look nice
how can you adjust this when in a mobile browser the text will go in multiple lines ?
can you add space between lines ?
thanks
akhilesh
November 2018
HI
To increase space between line .
Use below css code and add the below css code inside the custom css box .
.slide-caption p {
line-height: 30px;
}
Let me know for any confusion .
Thanks
tidiane
November 2018
it works
thanks
akhilesh
November 2018
Hi
Glade to know that it's work for you .
Thx
This discussion has been closed.
Comments
Glade to know that it's work for you .
Thx