Please tell me how to change the white border in the upper left corner of the ESC to another color.

Tsunemasa Matsu
Tera Contributor

Hi,

Please tell me how to change the white border in the upper left corner of the ESC to another color.

Thanks.

 

TsunemasaMatsu_1-1728645762261.png

 

1 REPLY 1

Bhavya11
Kilo Patron

Hi @Tsunemasa Matsu ,

 

Are you using the EC Theme? 

 

 

In the portal settings -> EC Theme -> Employee Center Header.

 

 could add a couple of lines in the CSS section

[accessibility] .navbar-brand:focus, [accessibility] .navbar-nav > li > a:focus, [accessibility] .skip-link:focus, [accessibility] .btn.btn-primary:focus, [accessibility] .btn.btn-danger:focus, [accessibility] .navbar-inverse .navbar-toggle:focus {
box-shadow: 0 0 0 .15rem #f00054;// required color here
border-radius: .2rem;
}

 

 

Output :

Bhavya11_0-1728896813424.png

 

 

 

If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."

 

 

Thanks,

BK