Hi,
I have set my H1 font size to 65px but want it to resize (become smaller) when it is viewed with a smartphone. After searching, I added the following to the Quick CSS in General Styling.
@media only screen and (max-width: 480px) {
h1.av-special-heading-tag {
font-size: 30px!important;
}}
Yet, the font does not load smaller on my smartphone.Is there any way I can get this sorted?
Thanks
Imraan
Hi Imraanio!
Please use the below CSS in Quick CSS under Enfold > General styling
@media only screen and (max-width: 480px) {
.avia_textblock.av_inherit_color h1 {
font-size: 30px!important;
}}
Best regards,
Vinay Kashyap
Thanks Vinay. That worked a treat.
Is there any way I could do the same for the Icons as well? They have caption but I expect the size of the caption will be reduced with the icon?
Cheers,
Imraan