Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2774332
Applying a Border Radius To Penci Latest Posts
Closed

Comments

  • Freddyt0709 started the conversation

    Hi,

    I would like to apply a 3% border radius  to the post's featured images in Penci Latest Posts, the only option in elementor for this widget is to apply a border radius to the entire set of query results if a border is applied. 

    So to clarify, I would like to add a border radius, only to the post images rendered in Penci Latest Posts. 

    Thank you

    I've attached a picture below, I'd like these images to have border radius. These images are pulled from the post query in Penci Latest Posts 

  •  2,495
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Custom CSS, add this custom CSS:

    .penci-latest-posts-sc .penci-grid li .item > .thumbnail {
        border-radius: 3%;
        overflow: hidden;
    }
    Publish and clear your site cache.

    Best Regards,
    PenciDesign.

  • Freddyt0709 replied

    Perfect! Thank You!