Social media Font and Color Change

Hello, support, how can I make my social media sharing icons abate bigger with their trademark colors? They look dull n uninviting. thanks

Hi Dennis,

Thanks for writing in! Could you please try adding the following CSS rules into your X -> Theme Options -> CSS area and change the color values according to your preference.

.x-social-global a {
    font-size: 32px !important;
    color: #fe5f5f;
}
.x-social-global a:hover {
    color: red;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.