Comments 1Massimo started the conversationDecember 4, 2017 at 5:42pmHello.How can i change the font setting of my "minimal" styled toggle. Unfortunatelythis 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,034Andrew repliedDecember 5, 2017 at 4:59pmHi 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,034Andrew repliedDecember 5, 2017 at 8:46pmHi 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, 1Massimo repliedDecember 5, 2017 at 11:57pmHey Andrew.This helped. Thank you.Massimo Sign in to reply ...
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
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,
Hi there,
Thank you for getting back to us. You can use this code:
I hope this helps.
Best regards,
Hey Andrew.
This helped. Thank you.
Massimo