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 #1568121
Massive change rounded corners image
Closed

Comments

  • Fabio started the conversation

    Hello guys

    I would like to take a massive action o all post images on my website.

    I would like to change the images of the posts ronders corners 

    I believe that a CSS code will be able to perform this action, can you help me in this case?

    Kind regards;

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me your site url and tell me where do you want to do that? Or you want to make a border radius for all your images?


    Best Regards,

    PenciDesign

  •   Fabio replied privately
  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    .post-entry img{ border-radius: 20px; -webkit-border-radius: 20px;  }

    Change number 20 on the above code to any value you want.


    Best Regards,

    PenciDesign