- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 07:29 PM
Hi,
In portal i want to modify the color of the blue line please help me how to do the same.
Please help me out how to change above the line color of "My ticket surveys"
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 10:24 PM
Hi @kranthi2 once you find the css part where the color is added,you can change the color there and test whether it works, if it does copy the css code and put it under instance page,
ctrl right click on widget-->click instance in page editor, place the code under css, like below. This change will apply only for this specific page where widget is added
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 08:02 PM
Hi @kranthi2
It seems that your widget is custom-made. Therefore, we need to examine the HTML and CSS of the widget to comprehend its structure. Once we do that, we can determine what modifications are needed.
Cheers,
Tai Vu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 08:20 PM
Hi @kranthi2 you can right click on that line go to inspect element and find where the color has been added in css, change the color, copy the code and put in CSS widget or in your page widget editor
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 10:15 PM
Hi @Harish KM
Please find the attached screenshots for your reference.
in the below screenshots where can i place the border-top-color should be place.
widget details:
i don't see that option

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 10:24 PM
Hi @kranthi2 once you find the css part where the color is added,you can change the color there and test whether it works, if it does copy the css code and put it under instance page,
ctrl right click on widget-->click instance in page editor, place the code under css, like below. This change will apply only for this specific page where widget is added
Harish