Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Themeover

    (@bastywebb)

    Hey Tony,

    Yes, this is possible. You can find the border-radius options at the end of the “Border” group. The icon for the “Border” group is one dotted line followed by two solid lines.

    I hope that helps!

    Cheers,

    Sebastian

    Thread Starter Feuille Blanche

    (@feuille-blanche)

    Hi,

    Thanks for the reply. I have tried, but it doesnt work.

    Can you help me please, i can support if needed

    Tony

    Plugin Author Themeover

    (@bastywebb)

    Sure, I’ve checked on your site. The border-radius doesn’t appear to be having an effect because there are some CSS transforms on the img and parent div element that are enlarging the size of the img element beyond the picture part.

    To solve this, you can apply the border radius to the ancestor link element a few levels up from the img. This CSS should work:

    a.related_post_image {
    border-radius: 15px;
    }

    Thread Starter Feuille Blanche

    (@feuille-blanche)

    Thanks a lot. It works fine.

    5 stars for the plugin !

    Tony

    Plugin Author Themeover

    (@bastywebb)

    Thank you very much Tony!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.