Hi there!
I’m having an issue where I set a custom font size for medium size screens, however the theme continues to override this with the default paragraph font size for ALL screen sizes. I’m using the text block element and the paragraph text has links on it. Any help much appreciated, thanks!
Hey cooreets,
Can you post a link of the page showing the issue? also point us to the right text and what font size should it be using.
Best regards,
Nikko
It’s the “news community press” links at the bottom!
Should be 12px size font for mid-size devices
Hi,
Thanks for the details. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.home #av_section_4 .avia_textblock p a {
font-size:12px !important;
}
}
Best regards,
Rikard
I got it to work finally. Added a class to the <p> directly and then changed the font on tablet landscape size. Thanks!
