NO BUG: Seems like I can't change the color of the form asterisk seperately?

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Hello dudes, I created a form and wanted to change the color of the asterisk(not the label, only the asterisks), but seems there is no option for me to get it?

Do I have to use inline CSS to have such a style below?

Hi, I use the inline css to make the label black and asterisk red(preview mode), but on the frontend, both of them are red

Hello,

There is no UI for this, but you can style it with the following CSS:

%root% .form-group label::after{
  color:red;
}

You can apply it to the custom CSS part of the Form element.

Let me know how it goes.

Best regards,
Matej

2 Likes

@Matej

Hi Matej, it’s so kind of you to answer me 2 issues within 24 hours. Yes, it really works!!

I hope in the coming versions, bricks could release this UI, I think making the asterisk red is cool and necessary! :laughing:

1 Like

Perfect, thanks for your response & I’m happy that it works. I’ll mark this topic as no bug :slight_smile:

Best regards,
Matej