The RSS feed hover looks different when implemented

  • Issue description:
    The RSS feed hover looks different when implemented. In the liver version the text becomes purple while in the elfsight editor the hover only activates a slight change to the background color while leaving the text white which is what I would like it remain.

  • Link to the page with the widget in question:
    https://youreverydayhub.com/

1 Like

Hello @Albert! It’s a great pleasure to see you with us! Welcome to Elfsight Community :heart:

I am so sorry about this inconvenience!

I’ve forwarded your request to our devs! I’ll get back to you as soon as I receive any updates :wink:

@Albert Great news :fire:

We’ve added special styles to the Custom CSS fields on the Appearance tab of your widgets, and the issue seems to be fixed.

Here is the code for the third widget:

.global-styles,
[class*='eapps-rss-feed-efed4c74'] a:hover,
[class*='eapps-rss-feed-efed4c74'] a:active {
  color: rgb(255, 255, 255);
}

All the codes are similar, only classes are different.

Please check your website and let me know if you like what you see

It looks like that is fixed. Thank you for the quick response!

1 Like

Hey @Albert!

You are always welcome :raised_hands: