Tagged: , ,

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

    When I try to make an accordion title larger by putting it in an <h3> tag or something of that sort, it breaks the accordion functionality. Is there a way to increase the font size of the accordion title elements without breaking it?

    #400071

    Hey tmunz!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .single_toggle .toggler {
    font-size: 20px;
    padding: 9px 3px 9px 35px;
    }

    Adjust the padding.

    Best regards,
    Ismael

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