Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161486
    SteveMepsted
    Participant

    Hello there

    I am using Ethos 1 and very much enjoying it.

    I wonder if I am able to make an custom amendment to the opacity level that appears on pictures featured on the home page post slider. I wish to lighten it a bit.

    Any help greatly appreciated

    Thanks Steve.

    #1161511
    Christian
    Moderator

    Hey Steve,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1161520
    SteveMepsted
    Participant

    Hi there – here is a screen shot

    It is the opaque layer over the main slider images that I would like to lighten
    (where it says ‘student spotlight’)

    many thanks Steve

    #1161613
    Paul R
    Moderator

    Hi,

    Can you provide us your site url so we can take a closer look.

    Thanks

    #1161829
    SteveMepsted
    Participant
    This reply has been marked as private.
    #1161901
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-post-slider-entry>a {
        background-color: rgba(0,0,0,0.2);
    }
    
    .x-post-slider-entry:hover>a {
        background-color: rgba(0,0,0,0.5);
    }

    Hope that helps. 🙂

  • <script> jQuery(function($){ $("#no-reply-1161486 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>