• Resolved mominet

    (@mominet)


    Hello everybody,
    Is it possible to give a radius to the edge of the images?

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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!

    Thread Starter mominet

    (@mominet)

    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!

    Thread Starter mominet

    (@mominet)

    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/

    Thread Starter mominet

    (@mominet)

    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 1 year, 4 months ago by Kush.
    Thread Starter mominet

    (@mominet)

    Great! Works

    Thank you very much

    Plugin Support Kush

    (@kushnamdev)

    Welcome @mominet

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Image border radius’ is closed to new replies.