Make text in Write a Review button all caps

Hi there, thank you for this! Is there something you can add that can make the Write a review button All caps as well?

2 Likes

Hi there, @user23978 and welcome aboard :waving_hand:

Sure! There are 2 solutions:

  1. You can manually add all caps text in the Edit Texts section on the Settings Tab:

  1. As the second option, you can use this CSS code:
[class*="ButtonBase__Ellipsis-sc"] {
  text-transform: uppercase;
}

If you have any further questions, I’ll be happy to help :wink:

2 Likes

Oh Awesome!! Thank you so much!! worked like a charm!

3 Likes

Perfect, you’re always welcome!

In the meantime, we’d like to invite you to participate in our Birthday Contest, where you can win a 12-month extension for your subscription - Birthday Contest: 10 Winners, 10 Free Years with Elfsight! :wrapped_gift:

Check the details and join in :wink:

1 Like