Employee Center. "Browse IT" button

Sheh
Tera Contributor

Hi,

 

Please how to change "Browse IT" button  color ?

 

Thank you for your help

 

Regard

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hello @Chahrazed Kacho ,

 

For this u need to add CSS_Variables inside portal configuration.

Go to Portals-->url_suffix(esc) in CSS_variables add CSS like below SS:-

Khushbookabra_0-1677608981930.pngKhushbookabra_1-1677609008133.png

 

@Sheh , please mark my answer as accepted solution and helpful. If it is works for you.

 

Thank you!

View solution in original post

5 REPLIES 5

Community Alums
Not applicable

Hello @Chahrazed Kacho ,

 

For this u need to add CSS_Variables inside portal configuration.

Go to Portals-->url_suffix(esc) in CSS_variables add CSS like below SS:-

Khushbookabra_0-1677608981930.pngKhushbookabra_1-1677609008133.png

 

@Sheh , please mark my answer as accepted solution and helpful. If it is works for you.

 

Thank you!

Hi

 

Can you please show me where ?

 

Thank you. 

Regard

@Community Alums Hi, we have a similar situation, what if we wanted to change the colour of the text itself, so for e.g. changing the 'Browse IT' text colour to black

please ignore we resolved:

.btn-primary {
background-color: #AE0055;
color: #ffffff; /* This sets the text color to black */
}