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 #3229696
Rounded images
Closed

Comments

  •  1
    stangsvt1 started the conversation

    Hi there,

    Thank you so much for all the help you have given me.

    Question, is it possible to round the corners globally across all images? Also, is it possible to round only certain images in settings? Thank you in advance!


  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > General > General Settings > Custom Border Radius for Featured Images: change the border radius of all the featured images here.

    Regards,
    PenciDesign.


  •  1
    stangsvt1 replied

    As always, thank you so much!

  •  1
    stangsvt1 replied

    Hi there,

    Sorry one more question about this, is there a way I can apply rounded images to the sidebar and possibly to the top image as well?

    Thank you again for all your help!

  •  2,486
    PenciDesign replied

    Hi,

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

    img,
    .penci-image-holder {
      border-radius: 50px !important;
    }

    Change 50px to the value you want to show.

    Regards,
    PenciDesign.