• Hi! My social media icons are a weird shape. Is there a way to make them a circle? Also, the normal size was too small and the large is too big. Is there a way to make them a bit smaller? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jfigs24

    (@jfigs24)

    Also, is there a way to remove the Kale by Lyrathemes from the footer? Thanks!

    Hi @jfigs24, thanks for using Kale…love the site!

    It looks like you already resolved the issue with the icon shape, but I see what you mean about the sizes, the size options on that block are pretty limited. If you’d like to specify the exact size for “normal”, you can add your own in Appearance > Customize > Additional CSS, for example:

    .wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
        font-size: 30px;
    }

    And sure thing- you can hide the credit with this CSS:

    .credit { display: none; }

    If you need anything else just let us know, thanks again and best of luck with the site! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Icons Weird Shape’ is closed to new replies.