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 #3371183
Hover and Social icons color change in widgets
Closed

Comments

  •  1
    Jan started the conversation

    Hello, how can I adjust the color of the icons and the hover in widgets? Thank you for your help.

    Jan

    Attached files:  Screenshot 2023-05-16 at 09.26.35.png

  •  2,280
    PenciDesign replied

    Hi,

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

    .widget .widget-social a i {
        border-color: #000;
        color: #000;
    }
    .widget .widget-social a:hover i {
        border-color: #555;
        color: #fff !important;
        background: #555;
    }

    Regards,
    PenciDesign.