How to change the bottom border of Navbar Divider in the portal

Babji Sadhu
Tera Contributor

Hi,

 

How can we change the bottom-border of Nav-Bar Divider in the Portal. Let me know the best way to solve the issue. Please do find the attachment below.

 

Thanks & Regards

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hello @Babji Sadhu,

 

Go to service portal configuration --> Branding Editor --> Theme Colours --> Navbar Background. 

It takes colour from the navbar background automatically.

Its CSS is OOTB:

.employee-center-navigation .main-menu {
border-bottom0.1rem solid #181826; }
 
@Babji Sadhu , Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.
Thank you!

View solution in original post

1 REPLY 1

Community Alums
Not applicable

Hello @Babji Sadhu,

 

Go to service portal configuration --> Branding Editor --> Theme Colours --> Navbar Background. 

It takes colour from the navbar background automatically.

Its CSS is OOTB:

.employee-center-navigation .main-menu {
border-bottom0.1rem solid #181826; }
 
@Babji Sadhu , Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.
Thank you!