I would like to change the background color of the red framed area of ​​the Employee Center to gray.

Tsunemasa Matsu
Tera Contributor

Hi, 

I would like to change the background color of the red framed area of ​​the Employee Center to gray.
I would appreciate it if you could tell me how to do this.

Thanks.

 

TsunemasaMatsu_1-1729673880076.png

 

4 REPLIES 4

Shruti
Mega Sage
Mega Sage

Hi 

Navigate to Service portal -> Pages

Open "ec_pro_home" if its employee center

Add below to page specific CSS

#x555f5e5743d431108c5d43d488b8f2cc button {
background:gray !important;
}

Hi, @Shruti  

Thank you for your reply.
I tried it and it didn't work on my instance.
Which widget's sys_id is this?

#x555f5e5743d431108c5d43d488b8f2cc

 

Try this

#x199aecc4c7a83110b1c6677703c26078 button {
background:gray !important;
}

 

 

Satoshi Abe
Mega Sage

Hi @Tsunemasa Matsu 

First go to the page you want to change.
All->Service Protal->Pages

(Example: Page name “ec_dashboard”)


Then add the following to the Page Specific CSS

#homepage-search button {
background: gray;
}