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 #3112902
Rounded Corners On Content Images
Closed

Comments

  • kamranhere started the conversation

    Currently, rounded corners are showing on homepage images and featured images of content and working perfectly. I have a question can they be shown in the images in the content? I have attached that URL for info.

  •  2,488
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .entry-content img,
    .inner-post-entry.entry-content img {
      border-radius: 16px;
    }

    Regards,
    PenciDesign.


  • kamranhere replied

    Thank you. Its working perfectly