How can I make social icon in socket larger?
Something like this but for the socket area:
div#header_meta [data-av_icon]:before, div#header_meta .phone-info {
font-size: 18px !important;
}
Thanks.
Hey Micheal0424!
Try adding this to your custom CSS.
#socket .social_bookmarks a {
font-size: 20px;
}
Best regards,
Elliott
Worked perfectly, thank you.