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

Satishkumar B
Giga Sage
Giga Sage

Hi @Rocky5 

Navigated to "Service Portal Configuration" -> "Designer" -> sc_cat_item Page, then added the following CSS in the "Page Specific CSS":
.alert-info {
color: #1B6F88;
}

I had previously changed the "Info" color in the brand designer but that did not appear to affect Catalog Item pages directly, but this does, and now all our Catalog Items have the darker blue.

 

……………………………………………………………………………………………………

Please Mark it helpful 👍and Accept Solution✔️!! If this helps you to understand. 

Bhavya11
Kilo Patron

Hi @Rocky5 

 

Please follow below steps

 

1. Ctrl+Right click on the form highlighted in given attachment.

2. Select the option "Instance in Page Editor"

3. Type the following code in CSS section and save it.

4. Define you own colors in the code according to your requirement.

 

div#required_information_bottom{
color:blue;   
}

.sc-field-error-label{
background-color : red;  
color : black; 
}

 

 

If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."

 

Thanks,

BK

Gianluca Di Fil
Tera Contributor

We had the same problem after upgrading to Washington. We solved it by looking at the upgrade skipped items. We had a skippped upgrade on EC Theme. 

After reverting EC Theme to base system the problem was gone.