WordPress Block Themes and Plugins - Organic Themes
Home › Forums › Technical Theme Support › STAX Theme › How to change the size of the font in the question in the toggle?
The answer is editable. Fontsize can be adjusted. The question however seems not editable. Where do I have to do this?
I think it’s the obb-toggle-title
I mean these questions. Answer is oké, question way to big.
Hi Ron,
This will likely need to be done with a CSS addition. Can you provide a link where the toggles are added so I can inspect the code and provide a solution?
Thanks!
Hi David, yes I can
Home
at the bottom of the homepage Thanks for your support.
Hi David, do you have a solution?
Thanks for your patience. We’ve been catching up after the holiday weekend.
Try the following CSS, and you can update the size accordingly:
.obb-toggle-trigger .obb-toggle-title { font-size: 24px; }
You can add the style within the Additional CSS section of the editor or Customizer.
I hope this helps.
Thanks David, that works! I made it 16 px 🙂