Rounded corners - Portfolio featured image

Hi,

How do I make rounded corners for the portfolio style ''Masonry Hover Description''? I can change the border radius for all other styles, except this one.

Can I somehow override it with code?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing what you refer to.

    Thanks

  • Hi,

    This is the link to the website: http://de-prouw-testwebsite.local/

    Attached you will a screenshot of what I mean. The portfolio items are now rectangle shape but I would like to have rounded corners. Just like the button below the portfolio items. But that's not working for the Masonry Hover Description syle.


    Olaf

  • We need to take a closer look at this.

    For now, please use the following CSS code:

    .portfolio_wrapper .masonry-hover .portfolio-item{
     border-radius: 30px!important;
     overflow: auto;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Thank you, this worked!

Sign In or Register to comment.