How to remove formatting on footer socials?

  • Author
    Posts
  • #26842
    Sarah

    I’ve successfully replaced the social icons with ones of my own via the child theme, but the footer socials seem to have some formatting that removes the corners of the images that I can’t see to locate to remove/null. Any help would be appreciated. Many thanks

    #26843
    Kay
    Cryout Creations mastermind

    Hi Sarah,

    Add this code to your child theme’s style.css file:

    .socials a {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    }

    Good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26847
    Sarah

    Brilliant! Many thanks Kay for the speedy reply 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to remove formatting on footer socials?’ is closed to new replies.