Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #973132

    I’ve tried to add the CSS on this support page

    to my Enfold General Style page but its not changing the font size for smaller devices.

    Please could you take a look at how I’ve used the CSS to help me out please.

    Thanks

    Huw

    #973224

    Hey ehdavies,

    Do you mean you want the accordion titles smaller on small screens?

    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: 767px) {
      .js_active .toggler {
        font-size: 14px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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