Site logo

[Resolved] WP Show Posts Social Icon size

Home Forums Support [Resolved] WP Show Posts Social Icon size

Home Forums Support WP Show Posts Social Icon size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1523765
    Martin

    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

    #1523993
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so i can see the issue?

    #1523998
    Martin

    Sure!

    #1524025
    David
    Staff
    Customer Support

    Try this CSS:

    .wpsp-social-link, .wpsp-social-link:visited {
        font-size: 20px;
    }
    #1524333
    Martin

    This works and adressed the Social icons. How can I adress the “like” icon (heart)?

    #1524355
    Leo
    Staff
    Customer Support

    Try this:

    .wpsp-love-icon {
        font-size: 25px;
    }
    #1524470
    Martin

    Thank you folks, works great!

    #1524555
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.