Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1038763

    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?

    #1038815

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.