Font color on portal Widget

swapnil15
Tera Contributor

How to change the font color of the widget from blue to grey in the attached image?

I followed this article but it didnt helped.

 

 

1 ACCEPTED SOLUTION

dgarad
Giga Sage

Hi @swapnil15 

  add below code CSS.

a {
    color: #808080;
    }

 

dgarad_0-1715678049939.png

 

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad

View solution in original post

3 REPLIES 3

Harsh Vardhan
Giga Patron

@swapnil15  You can validate the class from element and then apply the css .

 

This is what i tried on my PDI, and its working. 

 

.v1e6b5b3adb20320099f93691f0b8f5a8 .main_text a {
    color: #939393;
}

 

Result : 

css widget.PNG

 

Hope it will help you. 

 

Thanks,

Harsh

 

 

@Harsh Vardhan I am not sure what the number below means:

.v1e6b5b3adb20320099f93691f0b8f5a8

 

How to validate the class from element?

 

dgarad
Giga Sage

Hi @swapnil15 

  add below code CSS.

a {
    color: #808080;
    }

 

dgarad_0-1715678049939.png

 

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad