HI,
so I found a older topic on my issue, that I can’t edit the fullscreen text size for mobile and found this code:
@media only screen and (max-width: 767px) {
h2.avia-caption-title {
font-size: 30px !important;
}}
@media only screen and (max-width: 767px) {
.avia-caption-content.av_inherit_color {
font-size: 40px !important;
}}
so this isn’t working,, did It something wrong?
Hey lorenzdeutsch,
Thanks for the login, I adjusted your css to this:
@media only screen and (max-width: 767px) {
.responsive #top .slideshow_caption h2 {
font-size: 30px !important;
visibility: visible !important;
}}
@media only screen and (max-width: 767px) {
.avia-caption-content.av_inherit_color p {
font-size: 40px !important;
line-height: 40px !important;
visibility: visible !important;
}}
It is now working, Please clear your browser cache and check.
Best regards,
Mike