Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1027906

    Hi,
    On mobile devices (smaller than 767px), the font size on caption does not react for any changes in fullwidth slider caption title and text font size. I’ve tried now many codes I found on tickets here, but couldn’t find the fix. I’d like to make texts bigger on mobile.

    #1028110

    Hey tammiviestinta,

    https://cl.ly/c135fec50e88 There is this code making it small. Did you add it to your Quick css?

    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) {
        .avia-caption-content p {
            font-size: 20px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1028118

    Hi,
    No, I have not added that code to Quick CSS. Now I added the code you gave, but the font size did not change.
    I’ll give you the login credientals.

    #1028186

    Thanks for help! It’s working now.

    #1028256

    Hi,

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

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Font size on fullwidth slider caption not reactinng’ is closed to new replies.