Question

Apply asterisk (*) with column names using CSS

Hi Creatio Community

 

I need help in applying red asterisk (*) with the required field values using CSS.

Can you suggest some me method for the same. 

I tried using the below given code in the span tag of the field label in CSS client module of the section but it didn't work.

 

  .required:after {
    content:" *";
    color: red;
  }

 

Provide some method of applying the asterisk sign with the required field labels.

 

Thanks in advance

 

Sarika

Like 0

Like

2 comments

Hi Sarika,

 

This is the question regarding CSS formation, feel free to reach out to official forums and websites (here is a couple of websites:

https://developer.mozilla.org/en-US/docs/Web/CSS

https://www.w3schools.com/css/

) related to CSS functionality.

 

Best regards,

Oscar

Hi Sarika,



Since It's OOTB.

You can mark your field required in the section wizard of the corresponding section.



Please provide your scenario if it couldn't be achieved via section wizard.



BR,

BHoobalan Palanivelu.

 

Show all comments