This topic has 4 replies, 2 voices, and was last updated 10 years, 3 months ago ago by Robert Hall
Hello,
I would like to reduce the H2 font size for mobile.
It looks like it is currently set to media all, can you please advise how I may be able to do this?
http://www.somethingsocial-la.com
For example I would like to the reduce the font size for “SOMETHING SOCIAL SERVICES” on the home page.
Please advise.
Thanks.
Ali
Hello,
Put this code into custom.css file.
@media screen and (max-width: 480px) {
.wpb_text_column .wpb_wrapper .title span{
font-size:14px;
}
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Amazing,
Thank you Robert.
You guys truly have the best support.
Regards.
Ali
We’re glad to hear it.
If you have any questions feel free to contact us.
Have a good day!
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up