Plugin Support
Kush
(@kushnamdev)
Hey @mominet
Yes, you can do this with some Custom CSS but not from the plugin options.
I hope it helps, thank you!
Thanks for the reply
I’m trying to add custom CSS to my theme, but I can’t seem to get the result.
I tried something like this
.feedzy-rss .rss_image {
border-radius: 20px !important;
}
but i think some attribute is wrong 🙁
Plugin Support
Kush
(@kushnamdev)
Hey @mominet
Can you please provide us the page url where you have all the feeds displayed?
Thank you!
Hi @kushnamdev
the site is currently under maintenance, I am “freeing” it to allow you to view it.
The feeds are inserted at the bottom of the home:
https://fantasvaimec.it/
Actually it seems to work, but strange thing: it doesn’t work with Firefox, which is my main browser.
I thought it was a cache issue, but I have cleared it everywhere and also all browser data and I still see squares only on firefox.
Why is this happening? Is there something I’m missing?
Thank you
Plugin Support
Kush
(@kushnamdev)
Hey @mominet
Can you try this-
.feedzy-rss .rss_item .rss_image .fetched {
border-radius: 20px;
}
-
This reply was modified 2 years, 10 months ago by
Kush.