Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #770598

    Hi,

    how can i change the font size of the slider caption title for mobiles?

    This doesn’t work.

    Thank you for helping!

    #770709

    Hi Luisgasser!

    What have you tried and it is not working, can you let us know please?

    Thank you

    Cheers!
    Basilis

    #770916

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

    #770992

    Hi,

    Can you give us a link to your site? so we can check why it’s not working. Just post the details in Private Content, if you want it only to be seen by moderators.

    Best regards,
    Nikko

    #771005
    #771500

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 9px !important;
    }
    }

    Best regards,
    Rikard

    #771680

    Hi,

    this also doesn’t work

    #771686

    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

    #773292

    it’s in private

    #773925

    Hi,

    Some of your media queries were missing a closing curly bracket. I added them. Please flush cache and review your website

    Best regards,
    Yigit

    #773938

    Hi,

    thank you for helping – but on smartphone it doesn’t change anything, so the caption title have the same size

    #774282

    Hi,

    Ive checked and theres a media query applying this custom font size, so, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 767px) and (min-width: 470px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 9px !important;
    }
    }
    

    Best regards,
    John Torvik

    #774879

    Hi,

    maybe this are the wrong classes, because it doesn’t change anything.

    #775020

    Hi,
    I added this code in your General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) and (min-width: 370px) {
    .responsive #top .slideshow_caption h2, p {
        font-size: 9px !important;
    }
    }

    to make your slideshow captions 9px, please clear your cache :)
    postimage

    Best regards,
    Mike

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