• Closed
  • Bob McKinley
    Spectator
    28.08.2015 at 06:25 #20199

    Hi,

    How can I customize the toggle title font, the size, etc.?

    Thanks,

    Mac

    Denzel Chia
    Moderator
    Posts: 2656
    28.08.2015 at 09:14 #20207

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .accordian .panel-title a {
    font-size: 20px !important;
    }

    This will increase the title to 20px.

    Thanks!
    Denzel

    Bob McKinley
    Spectator
    Posts: 10
    28.08.2015 at 20:38 #20233

    Thanks Denzel, it worked perfectly!

    Mac