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 #3351960
Change header square avatar to circularcle
Closed

Comments

  •  4
    simonsitto999 started the conversation

    How do I change the header user avatar to circular shape?

    thanks

    Attached files:  1681897127267.png

  •  2,279
    PenciDesign replied

    Hi,

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

    .pc-header-element.penci-topbar-social .pclogin-item > a img {
    border-radius: 50%;
    }

    Regards,
    PenciDesign.