Response Requirement Message - Not Bold Help :) | XM Community
Skip to main content
Solved

Response Requirement Message - Not Bold Help :)


Forum|alt.badge.img+5

Hi Everyone

I am using this CSS to change colour of my response requirement message.

.Skin .ValidationError {
color: #8C8C8C !important;

But currently it’s bold, how would I unbold it and also change the font size.

 

And any idea how to change the red icon?

Thanks :)

Best answer by ManfredBM

This CSS piece does the job for me:

 

It results in:

 

View original

4 replies

ManfredBM
Level 5 ●●●●●
Forum|alt.badge.img+35
  • Level 5 ●●●●●
  • 114 replies
  • August 4, 2023

As for the text, you can play around with “font-size” (e.g. 12) and “font-weight” (e.g. 400 or 300).

Don’t know how to change the red icon, though :(


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • 151 replies
  • August 4, 2023
ManfredBM wrote:

As for the text, you can play around with “font-size” (e.g. 12) and “font-weight” (e.g. 400 or 300).

Don’t know how to change the red icon, though :(

Thanks, but what CSS code is this?

Thanks :)


ManfredBM
Level 5 ●●●●●
Forum|alt.badge.img+35
  • Level 5 ●●●●●
  • 114 replies
  • Answer
  • August 4, 2023

This CSS piece does the job for me:

 

It results in:

 


Forum|alt.badge.img+5
  • Author
  • Level 5 ●●●●●
  • 151 replies
  • August 4, 2023

Great work sir! THANKS :)


Leave a Reply