Skip to content
Public Ticket #24677

Hover and Social icons color change in widgets

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.



Jan started the conversation

Conversation Start

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

Jan

Want to join this conversation or access attachments? Sign in first.