Okay
  Public Ticket #1391608
Toggle Font Customizing
Closed

Comments

  •  1
    Massimo started the conversation

    Hello.


    How can i change the font setting of my "minimal" styled toggle. Unfortunately
    this WONT work:


    div[data-style="minimal"] .toggle h5 a, div[data-style="minimal"] .toggle h5 {
        font-size: 18px!important;
        line-height: 22px!important;
    }


    Thanks for help. Massimo

  •  3,034
    Andrew replied

    Hi Massimo, 

    Thank you for contacting us. I'd be happy to help. 

    Please send us a link to that specific page on your website and we'll write up and test the appropriate CSS for you. 

    Hope to hear from you soon. 

    Best regards, 

  •   Massimo replied privately
  •  3,034
    Andrew replied

    Hi there, 

    Thank you for getting back to us. You can use this code: 

    body div[data-style*="minimal"] .toggle h3 a{
        font-size: 18px!important;
        line-height: 22px!important;
    }
    

    I hope this helps. 

    Best regards, 

  •  1
    Massimo replied

    Hey Andrew.

    This helped. Thank you.


    Massimo