Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1259926

    Dianne H
    Participant

    I have added a png layer that I would like to have transparency over the background in a Revolution Slider. In the layer settings I have put the following in the layer inline advanced CSS:
    {
    opacity: 0.15;
    filter: alpha(opacity=15);
    }

    The opacity works while viewing the slide {nearly invisible at 15%} however, when viewing the site the opacity is barely affected.

    http://www.surfingdeer.com/seagrove/home

    Thanks.

    #1260154

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! I could not check the layer on the live view. Would you mind providing us the url of your site with login credentials so we can take a closer look at your slider?

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1260982

    Dianne H
    Participant
    This reply has been marked as private.
    #1261135

    Rupok
    Member

    Hi there,

    Can you point us the layer? Also try increasing the opacity value to make sure the code working. 0.15 is too small value to see the change.

    Thanks!

    #1261162

    Dianne H
    Participant
    This reply has been marked as private.
    #1261901

    Rad
    Moderator

    Hi there,

    I don’t see those warnings, could be cache on your end.

    About the slider, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    #slide-33-layer-10 {
    opacity: 0.15 !important;
    }

    It looks like a bug, my changes won’t take effect too. At least for image layers.

    Thanks!

    #1262005

    Dianne H
    Participant

    Thanks, but how did you determine the slide # and layer #
    I need to have the transparency the same for the text layer as well.

    #1262146

    Rad
    Moderator
    This reply has been marked as private.
    #1263785

    Dianne H
    Participant

    Thanks!

    #1264050

    Christopher
    Moderator

    You’re welcome.