Okay
  Public Ticket #2646804
Change the Font Size of Toggle Title
Closed

Comments

  •  1
    jodyannthomas started the conversation

    Hello

    I would like to change the font size of the toggle title - currently H3 I think - to Paragraph size. I tried amending another snippet I saw you create for someone for making it transparent but it did not work. 

    Can you assist? 

    Kind regards

    Jody

  •  2,963
    Andrew replied

    Hi Jody,

    Use the following custom css:

    .toggle h3 a {
        font-size: 20px !important;
    }
    

    Kind regards.

  •  1
    jodyannthomas replied

    Perfect, thank you so much Andrew.