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 #3373397
Login icon
Closed

Comments

  •  3
    celinahex started the conversation

    Is there a way to get rid of the icon next to "login" in the top navbar? We don't like it. 

  •  2,280
    PenciDesign replied

    Hi,

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

    .penci-topbar-social .pclogin-item i{
        display: none;
    }

    Regards,
    PenciDesign.