Hi Rui
I have added your suggestion to the Custom CSS field and it didn’t work.
Currently in the CSS field it looks like this
@media screen and (max-width: 480px){
#impact-text h1 {
font-size: 12px !important;
}
}
#impact-text h1 , #impact-text h2, #main-navigation{
opacity: 1!important;
-moz-opacity: 1!important;
filter: alpha(opacity: 1!important);
transition: initial!important;
-moz-transition: none!important;
-webkit-transition: none!important;
-o-transition: none!important;
}
As you can see I reduced it to 12px and still it doesn’t reduce – do you know where I’m going wrong?