• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Simple Social Icons Transparent

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Simple Social Icons Transparent

This topic is: resolved
  • This topic has 6 replies, 3 voices, and was last updated 8 years, 12 months ago by Victor Font.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • March 9, 2017 at 11:01 pm #202782
    CBS
    Participant

    Hi,

    I am wondering how I can make the immediate background of simple social icons transparent.

    For some reason I am having extreme trouble doing this with CSS.

    I am using the widget on Front-Page-1 of Infinity Pro.

    Thanks

    March 9, 2017 at 11:08 pm #202785
    Victor Font
    Moderator

    I'm not sure what you mean by the term "immediate background", but it would help if you posted a link to your site.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    March 10, 2017 at 3:21 am #202794
    CBS
    Participant

    Hi,

    I mean behind the social platforms logo.

    Here is the site I am building.

    http://proportfolio.wpengine.com/

    Regards

    CB

    March 10, 2017 at 6:23 am #202803
    Victor Font
    Moderator

    I'm still not following you. You don't have an area on your page called "social platforms logo". All I see is 3 icons in front-page-1. That widget area uses a background image. Do mean to not display the icons over the background mage? The icons are black on white and upon hover reverse the colors. Do you want to remove the white background from the icons themselves?


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    March 10, 2017 at 6:47 am #202808
    CBS
    Participant

    Yes that is correct. I would like the white to disappear.

    CB

    March 10, 2017 at 1:44 pm #202847
    JHRS
    Member

    screenshot

    You should change four items,
    1. color of the icon so that it will show up against your black background,
    2. change the background of the icon to transparent
    3. Change the link hover property to transparent
    4. Get rid of link/hover borders

      Steps 1 + 2

    .simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
    background-color: rgba(0,0,0,0) !important;
    border-radius: 0px;
    color: white !important;
    border: 0px #ffcc33 solid !important;
    font-size: 18px;
    padding: 9px;
    }

      Steps 3 + 4

    .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
    background-color: rgba(0,0,0,0)!important;
    /* border-color: #000000 !important; */

    color: #ffffff !important;
    }

    March 10, 2017 at 2:35 pm #202848
    Victor Font
    Moderator

    Try adding this to functions.php:

    add_action( 'wp_head', 'simple_social_transparent_background', 11 );
    function simple_social_transparent_background() {
    
        $css = '.simple-social-icons ul li a { background-color: transparent !important; }';
    
        echo '<style type="text/css" media="screen">' . $css . '</style>';
    }

    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble