1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Flip the Question Mark (?) for RTL in LearnDash

Flip the Question Mark (?) for RTL in LearnDash

Introduction

BuddyBoss does not provide a built-in option to flip the question mark (?) for right-to-left (RTL) languages in LearnDash quizzes. You can use a CSS snippet to horizontally flip the question mark, ensuring proper display for RTL users.

Custom Workaround

  1. In your WordPress admin, go to BuddyBoss > Theme Options
  2. Under Custom Codes, toggle Enable CSS to On
  3. Paste the following CSS:
.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title:before {

    transform: scaleX(-1);

}
  1. Click Save Changes

Any custom code is considered “custom work.” Please review our Support Policy for more details.

Troubleshooting and FAQs

Q: The question mark is still not flipped, what should I check?

A: Clear your site cache, caching plugin, or CDN cache. Ensure the CSS was pasted exactly as shown and that Enable CSS was turned on before saving

Q: Will this affect other icons or symbols?

A: No. This CSS specifically targets the question mark in LearnDash quiz items

Q: Can I use this for other RTL elements?

A: Yes. Apply the transform: scaleX(-1); to other CSS selectors as needed for RTL adjustments

Q: Who can I contact for further assistance?

A: Submit a support ticket through your BuddyBoss account dashboard for personalized help

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

This field is for validation purposes and should be left unchanged.
This field is hidden when viewing the form

To speak to our Agency consultant, fill in the form found at our Contact Page.