Remove the border box from widget in portal

kumaran
Giga Expert

Hi Experts,

I need to remove the border of the widget and border of the content. I used the .panel{
box-shadow:none;
border-color: transparent;
} and removed the widget border. I want to remove the border of the content when the list is separated by gray line

find_real_file.png

I need script to remove the arrow marked border, it is not the widget border. I need to retain the gray line in between the records, only the outline should be removed.

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

This is how I just override the border in Page Specific CSS. As mentioned, you could also do this on the Widget instance. If it's for your whole portal, you could do this on the Theme CSS.

And obviously, if no border wanted: instead of my example with border 5px solid red, just use border: 0px

find_real_file.png

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

6 REPLIES 6

So that's what I showed right? Or is your requirement different, please explain more clearly then.

"And obviously, if no border wanted: instead of my example with border 5px solid red, just use border: 0px"

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

kumaran
Giga Expert

Yes Mark, your solution worked..Thanks a lot for your reply.