Required Information background color after Washington upgrade on the catalog form

Rocky5
Kilo Sage

Hello Experts,

 

We have recently upgraded to Washington version and On the catalog form, We observed that the background color of mandatory variables under 'Required Information' is changed as below. 

 

Its being displayed as below making it harder to read.

Rocky5_1-1721595131675.png

 

It should actually be displayed as below

Rocky5_0-1721595107133.png

 

How can I fix this,? Any help on this is appreciated.

 

Thanks,

Rocky.

 

7 REPLIES 7

Sid_Takali
Kilo Patron
Kilo Patron

Hi @Rocky5 You can use below CSS code in Page Specific CSS for this 

 

.label.sc-field-error-label.sc-reqd-info-btn.ng-binding {
  color: blue;
  background-color: transparent;
}

 

 Steps 

1. Ctrl + Right Click 

2. Page in Designer 

Sid_Takali_0-1721622349120.png

3. Click on Page 

Sid_Takali_1-1721622391296.png

4. Add CSS Code and Save

 

Sid_Takali_2-1721622428202.png

Mark my response Correct/Helpful, If I'm able to help you

Regards,

Sid

Hi @Sid_Takali ,

thanks for your instructions. I had exactly the same error. Is it possible to make the edge thickness thinner like it was with Vancouver? (see attachment)

Hi, add an addtional line for the border in the css part:

border-width: thin;

BR,

Sebastian

thx 😉