• Closed
  • Bob McKinley
    Spectator
    August 28, 2015 at 6:25 am #20199

    Hi,

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

    Thanks,

    Mac

    Denzel Chia
    Moderator
    Posts: 2672
    August 28, 2015 at 9:14 am #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
    August 28, 2015 at 8:38 pm #20233

    Thanks Denzel, it worked perfectly!

    Mac