How to change the size of the font in the question in the toggle?

Home Forums Technical Theme Support STAX Theme How to change the size of the font in the question in the toggle?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #471251
    Ron Meijer
    Participant

    The answer is editable. Fontsize can be adjusted. The question however seems not editable. Where do I have to do this?

    #471286
    Ron Meijer
    Participant

    I think it’s the obb-toggle-title

    #471288
    Ron Meijer
    Participant

    I mean these questions. Answer is oké, question way to big.

    Attachments:
    You must be logged in to view attached files.
    #471316
    David Morgan
    Keymaster

    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!

    #471336
    Ron Meijer
    Participant

    Hi David, yes I can

    Home


    at the bottom of the homepage
    Thanks for your support.

    #471385
    Ron Meijer
    Participant

    Hi David, do you have a solution?

    #471416
    David Morgan
    Keymaster

    Hi Ron,

    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!

    #471444
    Ron Meijer
    Participant

    Thanks David, that works! I made it 16 px 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.