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

    Hi there
    I need to change the font size of .avia-caption-content
    I can not do that! it seems like there’s this

    
    @media only screen and (max-width: 479px)
    .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 13px !important;
    }

    that I can’t override – how can I do that??

    thanks!

    #1198854

    Hey studiono,

    Could you please give us a link to your website, we need more context to be able to help you.

    The code is not having all the braces it needs:

    
    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 13px !important;
    }
    }
    

    Best regards,
    Victoria

    #1198862

    hi victoria you can check the link in the private content down here

    #1198899

    Hi studiono,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        #top .avia-caption-content p {
            font-size: 13px;
        }
        .responsive #top .slideshow_caption h2 {
            font-size: 22px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1199080

    it is working, thanks!

    #1199471

    Hi studiono,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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