Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #768912

    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;
    }
    }

    #768915

    Hi @Luisgasser ;
    have you tried with :

    @media only screen and (max-width: 767px) {
    h2.avia-caption-title {font-size: 12px !important;}
    }
    #768921

    hi,

    thank you for response but it also doesn’t work with !important.

    May a link would help:

    #768930

    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;}
    }
    • This reply was modified 7 years, 4 months ago by begrafiks.
    #768945

    Hey!

    Please refer to @begrafiks post above.

    @begrafiks
    Thanks for your help! Good to see you back :)

    Best regards,
    Yigit

    #768951

    sorry the second { is new for me but it doesn’t change anythig

    #768954

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

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