Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1239740
    captainfowler
    Participant

    Hi

    I was wondering, in the default Ethos Stack 1 homepage is there a way to not have the dark overlay on the images in the slider?

    URL: http://firstandtrend.com

    Wordpress: 4.6.1

    X-version: 4.6.4

    Cornerstone: 1.3.3

    Thanks

    #1239777
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    a.entry-thumb.featured.skinny:hover {
        color: transparent;
    }

    Hope it helps

    Joao

    #1239908
    captainfowler
    Participant

    Hi

    Thanks for the quick reply, really appreciated…

    but that did not seem to change anything. I just want to keep the images in the slider without the dark over the top.

    Any other ideas?

    Thanks!!

    #1240285
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please use following code instead:

    .x-post-slider-entry>a {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    Thanks.

    #1241189
    captainfowler
    Participant

    Ok that was perfect, thanks so much for your help.

    You are awesome at the whole support thing!!!!

    #1241241
    Prasant Rai
    Moderator

    Thanks for the good words. It means a lot to us. Feel free to ask us again. Have a great day! 🙂

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