No matter what CSS I add to the Custom CSS box in General Settings, I am not able to affect the font sizes (h2 and p) for device width between 1000 and 1300.
I think the issue is caused by the custom.php font calc section. I've confirmed this by deleting the media query for 1000-1300 pixel widths.
Though, I will need to remember to make this change whenever the theme is updated.
No matter what CSS I add to the Custom CSS box in General Settings, I am not able to affect the font sizes (h2 and p) for device width between 1000 and 1300.
I think the issue is caused by the custom.php font calc section. I've confirmed this by deleting the media query for 1000-1300 pixel widths.
Though, I will need to remember to make this change whenever the theme is updated.
Your thoughts on this?
Hey Richard!
Did you try increasing the Css selector specificity by adding a !important and adding a html and body before the css classes.
Thanks
ThemeNectar Support Team