Blog slide titles - How can Ichange the size?
I looks OK on PC but far too small on mobiles.
How can I make titles look bigger on the responsive version?
PC....
Responsive....
website link... https://lovecatsworld.com/
I looks OK on PC but far too small on mobiles.
How can I make titles look bigger on the responsive version?
PC....
Responsive....
website link... https://lovecatsworld.com/
Comments
Hello,
You can increase the title size for mobiles by writing a CSS code, and placing it in Betheme -> Theme options -> Custom CSS -> CSS.
Do you need help with writing such code?
Best regards
Yes, please. Can you give me at least one example? thanks!
Please, try the following code:
@media only screen and (max-width: 767px){ .blog_slider .post .desc h4{ font-size: 20px!important; } }Thanks