When linking a page don't want the number to be underline

Does anybody knows how to do this?

2 Likes

Hi there, @Sean_Saliva and welcome to the Community :waving_hand:

Could you please send me a link to the page, where your widget is installed or just specify its ID? I’ll be happy to look into this for you :slightly_smiling_face:

1 Like

Hi again :waving_hand:

I’ve got you mean, so no link is needed now. I’ve passed your request to the devs and will update you once the solution is ready :slightly_smiling_face:

1 Like

Hi @Sean_Saliva :waving_hand:

Thank you for waiting!

Here is the code for your use case:

[class*='Card__ContentLink-sc']:hover [class*='Counter__CounterComponent-sc'] {
  text-decoration: none !important;
}

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

2 Likes