Hi again Zex,
I have problems implementing the change.
i only want to make the h1, h2, h3 etc. smaller for mobile screens.
Problem is if I add this to your css it doesn’t look right.
This is what I tried
@media screen and (max-width: 600px){
h1, h2, h3 {
font-size: 12px!important;}
}
But then it start playing around with the titles on the sliders as well.
If I try just adding h1, h2 and h3 to the css as is it doesn’t have effect on the text in mobile.
@media screen and (max-width: 600px){
#masthead .site-title a, h1, h2, h3 {
font-size: 12px!important;}
}
I would just like to change the h1, h2 and h3 sizes in the text on the pages.
link to website: blueberryhill.be
Thanks again,
Mark