Issues displaying the correct color of links

Hello :slight_smile: I am having some issues. Even though I have selected “blue” as the color to display links embeded in the Team Showcase widget, they show up light gray on my website. If you scroll down to the section with the widget, and click on the first card, you will see what I mean at the bottom of the description.

I see it blue inside of the widget editor, though.

2 Likes

Hi there, @Alban_Ferrieu :waving_hand:

This code should fix the issue:

.global-styles,
.eapp-team-showcase-popup-item-description a{
   color:blue!important; 
}

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

1 Like

Hi Max, thanks. Unfortunnetly, that did not change anything.

2 Likes

I’ve added .global-styles, before the code and it seems to be working fine now:


Could you please check it once again?

1 Like

Yes, perfect! Thank you very much :slight_smile:

2 Likes

No sweat!

In the meantime, we’d like to invite you to participate in our new contest, where you can win a 6-month extension for your subscription - February Contest: Guess What’s Missing in Our Photo and Win 6 Months FREE! :wrapped_gift:

Check the details and join in :wink:

1 Like