Border around social media icons in widgets

  • Unknown's avatar

    Hi there,
    I’m using the Forever theme, and in my sidebar I have icons that link to my social media pages. They are showing up with a square box around them. How do I remove this?
    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    The theme Forever automatically inserts a border around all of the images displayed. You can remove this border from just the images in your widgets by adding this code to the CSS panel in your Customizer:

    .widget img {
    	border: none;
    }

    Or, if you’d like to remove the border from all of your images across your site, you can use this code:

    #masthead img, #featured-content img, #recent-content img, .entry-content img, .entry-thumb img, .comment-content img, .widget img {
    	border: none;
    }

    Let me know if I can help with anything else!

  • Unknown's avatar
    thehappyhealthfreak · Member ·

    Oh my gosh! Thank you! It’s so much cleaner looking now. Much appreciated :)

  • Unknown's avatar

    Great! Let me know if I can help with anything else! :)

  • The topic ‘Border around social media icons in widgets’ is closed to new replies.