how to change requested for text color red into service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 11:28 AM
how to change requested for text color red into service portal after order submission of service request page, pls refer attached screenshot:
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 12:44 PM - edited 09-17-2024 12:44 PM
You can go to instance of that widget in page editor and add below style.
span.header-text.align-tooltip.ng-binding.ng-scope.btn-link {
color: red;
}
Please mark my answer correct and helpful if this works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 01:18 AM
Hi, Thanks for reply. is this possible to set color red into single service request only but not all the service requests?