Comments 1Jan started the conversationMay 16, 2023 at 7:28amHello, how can I adjust the color of the icons and the hover in widgets? Thank you for your help.JanAttached files: Screenshot 2023-05-16 at 09.26.35.png 2,610PenciDesign repliedMay 16, 2023 at 7:47amHi,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. Sign in to reply ...
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
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.