• 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

Genesis Responsive Slider – opacity settings doesn't affect PNG transparency

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 › Design Tips and Tricks › Genesis Responsive Slider – opacity settings doesn't affect PNG transparency

This topic is: not resolved

Tagged: .png, genesis responsive slider, transparency

  • This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago by Sasser.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • April 26, 2015 at 9:56 am #149189
    Sasser
    Member

    Hi, I hope somebody can assist. In the Genesis Responsive Slider (GRS) there are a bunch of partly transparent PNGs but the transparency is not working. The goal is to show be able to view the background image through the partly transparent PNGs in the slider.

    Example of disappeared transparency

    I read in this forum about the opacity settings in the CSS for the GRS lugin, but nothing happens when I adjust. What's wrong?

    These are settings in GRS for opacity I tried:

    .slide-excerpt {
    background-color:transparent;
    filter: alpha(opacity=0);
    opacity: 0.0;
    display: block;
    margin: 10px;
    padding: 0;
    position: absolute;
    z-index: 8;
    }


    My company: Sasser Media Lab | Editor at NewsVoice.se

    April 26, 2015 at 12:19 pm #149205
    Tonya
    Member

    Hello,

    Something within the CSS that is applying a background color to img or one of the classes within the img tag itself.

    If you are able to provide a link to the page with the slider, I can take a look. Otherwise, using Firebug or Chrome Dev Tools, walk through each of class declarations starting with the img HTML element itself and then moving out to the wrapper and so on. Look for background or background-color: #fff;

    Happy coding,
    Tonya


    Software & Electrical Engineer and Programming Teacher ยท I’m on a mission to help developers be more awesome.
    Find Me: KnowTheCode.io | @hellofromTonya | Profitable WordPress Developer Bootcamp

    April 27, 2015 at 1:24 am #149259
    Sasser
    Member

    Thanks for a quick reply. Your tips helped. In fact the problem was not caused by the Genesis Responsive Slider plugin but the ordinary CSS: style.css:

    Here:

    /* Objects
    --------------------------------------------- */

    embed,
    iframe,
    img,
    object,
    video,
    .wp-caption {
    max-width: 100%;
    }

    img {
    background: #fff;
    height: auto;
    width: auto; /* IE8 */
    }

    /* Forms

    I just needed to change the background setting into this:

    /* Objects
    --------------------------------------------- */

    embed,
    iframe,
    img,
    object,
    video,
    .wp-caption {
    max-width: 100%;
    }

    img {
    background-color:transparent;
    height: auto;
    width: auto; /* IE8 */
    }

    /* Forms

    And that change also fixed all other transparent pictures in the whole site.


    My company: Sasser Media Lab | Editor at NewsVoice.se

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ 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

© 2025 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