Tagged: mobile responsive, text size
Hi,
The title on my homepage is very small when the website is viewed on a mobile phone. I would like to have it larger, so that it is better readable. Is there any way to achieve this?
Thanks
Monique
Hey Monique,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2{
font-size: 30px !important;
}
}
You may edit the value of the font size to fit your preference.
Best regards,
Sarah
Hi Sarah,
Thank you for your quick response. I have inserted the code in the quick CSS bar and changed the px value, but the title size didn’t change. Could it be that this only works in the child theme’s style.css file?
Kind Regards,
Monique
Hi Monique,
Can you give us temporary login access into your Dashboard so we can take a closer look?
Cheers!
Sarah