Archived topic
WP Show Posts Social Icon size
7 replies · Started by Martin on November 9, 2020
Viewing posts 1–8 of 8
Hi,
the social icons on WP Show posts are way too small and close together, especially for mobile. Is there a way to increase their size and the distance in between?
best regards
Martin
Hi there,
can you share a link to your site so i can see the issue?
Sure!
Try this CSS:
.wpsp-social-link, .wpsp-social-link:visited {
font-size: 20px;
}
This works and adressed the Social icons. How can I adress the "like" icon (heart)?
Try this:
.wpsp-love-icon {
font-size: 25px;
}
Thank you folks, works great!
No problem :)
This archived topic is closed to new replies.