In portal i want to modify the color of My Ticket Surveys how to achieve the same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 11:54 PM
Hi,
In portal I want to modify the color of My Ticket Surveys how to achieve the same?
Please help me out how to configure the same and how to achieve it with out affecting for other SP portals which are available in the SNOW Instance.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 11:59 PM
Hi @kranthi2
Dont take me wrong, but I noticed that you are asking similar nature of questions. I am not did you try at your side or not.
ctrl+ right click on this widget on portal and you will get the code. More you do , more you learn.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2024 11:45 AM
Thanks for your suggestion basically i don't have much exposure into ServiceNow portals i am learning and doing the things hence i am requesting for the similar type of questions.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2024 11:51 AM
Hi @kranthi2
Understood your point, so I recommend, plz try your hands, more you try more you learn.
If you are new to portals, plz do Portal training on Now Learning.
Take pdi and do pratice.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2024 12:24 AM
Hi @kranthi2,
To modify the color of My Ticket Surveys in the portal without affecting other Service Portal (SP) portals, you can use the following steps:
1. Identify the Widget:
- Determine the widget responsible for displaying My Ticket Surveys. You can do this by inspecting the portal page elements or reviewing the portal's configuration.
2. Custom CSS:
- ServiceNow Service Portals allow you to apply custom styles through the use of Custom CSS. Navigate to "Service Portal" > "Portals" and select the portal you want to customize.
3. Add Custom CSS:
- In the portal configuration, locate the "Theme" section, and add your custom CSS to target the specific widget. For example:
/* Replace 'your-widget-id' with the actual ID or class of the widget */
#your-widget-id .your-ticket-surveys {
color: #your-desired-color;
}
4. Use Specific Selectors:
- Make sure to use specific selectors that only target the intended widget within the My Ticket Surveys section. This way, your styles won't affect other Service Portals.
5. Preview and Adjust:
- Save your changes and preview the portal. Adjust the color and styles as needed until you achieve the desired appearance.
6. Test on Different Browsers:
- Verify that your customization works correctly on different browsers to ensure a consistent user experience.
7. Backup and Document:
- Before making changes, it's good practice to backup your portal configuration. Additionally, document the changes you've made for future reference.
By using specific selectors and adding custom CSS within the portal configuration, you can tailor the appearance of My Ticket Surveys without impacting other Service Portals. Always exercise caution when making customizations to ensure they align with best practices and won't cause unintended consequences.
If you found this reply useful, please mark it as solution/helpful.
Thanks and Regards,
Ehab Pilloor