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:28 PM - edited 07-21-2024 09:28 PM
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
3. Click on Page
4. Add CSS Code and Save
Mark my response Correct/Helpful, If I'm able to help you
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 08:22 AM - edited 08-22-2024 07:27 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 04:39 AM
Hi, add an addtional line for the border in the css part:
border-width: thin;
BR,
Sebastian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 06:28 AM
thx 😉