- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 10:01 AM
Hello @vidhya_mouli
You should have the border-color active and white, to deactivate click with the left side of the mouse and inspect.
The code should look something like this:
background-color: #333579;
border-bottom: .2rem solid #ffffff;
height: 5.1rem;
display: flex;
color: #DADDE2;
Just delete border-bottom.
I hope it helped, if it worked mark it as a solution
Best Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 06:17 AM
Hi @vidhya_mouli Please check the below article
Thanks & Regards,
Eswar Chappa
Mark my answer correct and Helpful if this helps you 😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 06:24 AM - edited 09-06-2023 06:26 AM
Hello @vidhya_mouli,
Can you please check the HTML and CSS code for the background image that you have applied for example i'll share the CSS code below to display it on the widget.
CSS code:
.bg {
/* The image used */
background-image: url("your image");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 10:01 AM
Hello @vidhya_mouli
You should have the border-color active and white, to deactivate click with the left side of the mouse and inspect.
The code should look something like this:
background-color: #333579;
border-bottom: .2rem solid #ffffff;
height: 5.1rem;
display: flex;
color: #DADDE2;
Just delete border-bottom.
I hope it helped, if it worked mark it as a solution
Best Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 12:35 AM
This works in the browser. But I am unable to figure out which CSS I should modify in ServiceNOW. Can you suggest the CSS name please?