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 #1916141
Rounded Corners on Title Boxes
Closed

Comments

  • ryanafry started the conversation

    Hi, I have the rectangle, full-width title boxes for my soledad site. I was just curious if there was a css code I could plug into the customizer to round the edges of those boxes?

  •  2,699
    PenciDesign replied

    Hi,

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

    ul.homepage-featured-boxes li .penci-fea-in, ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:before, ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:after{ border-radius: 10px; -webkit-border-radius: 10px; }
    

    Change values 10 to any values as you want.


    Best Regards,

    PenciDesign