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 #1763560
Custom border radius for featured images on pages
Closed

Comments

  •  1
    Ronald started the conversation

    I'm using custom border radius (8px) for featured images in posts, popular post widgets etc. 

    I can't seem to find an option to do this for featured images on pages anywhere, and it breaks a little with my design.

    Is this possible to adjust somewhere?

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body.page .post-image img{ border-radius: 8px; -webkit-border-radius: 8px; }

    Best Regards,

    PenciDesign

  •  1
    Ronald replied

    Thank you.