Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #895370

    is there any way to make it smaller than 10px? I have a simple team slider and the fonts look large and don’t resize well on smaller screen.

    Thanks,

    #895414

    Hey skynandi,

    Please provide a link to the site/page in question?

    Best regards,
    Jordan Shannon

    #895481

    Hi Jordan, thanks for the quick reply. Link attached.

    #895486

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    
    .page.page-id-3076 .avia-caption .avia-caption-content p {
    font-size: 10px !important; 
    } 

    Should you want to only target some screen sizes, try this code and adjust to suit:

    @media only screen and (min-width: 986px) and (max-width: 1600px) { 
    .page.page-id-3076 .avia-caption .avia-caption-content p {
    font-size: 10px !important; 
    } 
    }

    Best regards,
    Mike

    #895781

    Thank you very much, works great.

    #895893

    Hi,

    I’m glad Mike was able to help you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Easy Slider – Caption Content Font Size’ is closed to new replies.