How can we change the color of ICON LINKS Widgets to WHITE in service portal

Priya1111
Tera Contributor

How can we change the color of widgets (icon links ) i.e., (color of request something,knowledge base,....) to WHITE in service portal as there are only few colors recommended as icon,default,primary,success etc.,,,

1 ACCEPTED SOLUTION

I am glad it worked, Can you please mark it correct so that this thread can be closed. 

Regards

Sulabh Garg

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

View solution in original post

6 REPLIES 6

Sulabh Garg
Mega Sage
Mega Sage

Hello Jyothsna,

Open icon link widget, go to CSS

Add below in CSS


background-color: white; //Or red depending on your requirement
find_real_file.png

find_real_file.png

 

Please Mark Correct/helpful, if applicable, Thanks!! 

Regards

Sulabh Garg

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

find_real_file.png

Hello,

I need the Color of this marked in yellow should be changed to white 

This would work for changing the title text to white in same CSS

.iconlink h2 {
    color: white;
}

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

It worked Thanks !!