Tagged: font, responsive, size, special heading
Hi,
I would like to know how to increase the font sizes in the theme (especially the regular text font size as I find it too small).
Also, I noticed that when using a Special Heading with default style it isn’t responsive (other 2 styles are).
Thanks.
Hi,
You can edit base.php, look for #Typography section.
You can use Media Queries to target the special heading.
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.av-special-heading h3 {
YOUR STYLE HERE
}
}
Regards,
Ismael
Hi Ismael,
I can’t seem to find the base.php file in the editor screen inside the WordPress admin panel. I can’t access and edit this file from there?
OK. found them but which one control the font size of the regular text?
How can I increase the size of the menu text? I can’t see this in the base.css file
Thanks