Required Information background color after Washington upgrade on the catalog form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2024 01:54 PM
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.
It should actually be displayed as below
How can I fix this,? Any help on this is appreciated.
Thanks,
Rocky.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2024 09:50 PM - edited 07-21-2024 09:50 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2024 09:55 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:42 AM
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.