Hi,
how can i change the font size of the slider caption title for mobiles?
color works but not font size with this class:
@media only screen and (max-width: 767px) {
h2.avia-caption-title {
font-size: 12px;
}
}
Hi @Luisgasser ;
have you tried with :
@media only screen and (max-width: 767px) {
h2.avia-caption-title {font-size: 12px !important;}
}
Hi @luisgasser ;
I think it’s because you’ve forgotten the second { – just before the selector :
@media only screen and (max-width: 767px) {
{
h2.avia-caption-title {font-size: 12px !important;}
}
Hey!
Please refer to @begrafiks post above.
@begrafiks Thanks for your help! Good to see you back :)
Best regards,
Yigit
sorry the second { is new for me but it doesn’t change anythig
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit