Slider Black Overlay

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29104
    Kelsey Smart
    Participant

    Hi,

    I am using the flex slider on some of my pages and would like for the black overlay to be removed from the active state of the image. I am fine with it appearing when you hover but would like my images to be full color otherwise. Can you please let me know what CSS to use, so I can change this?

    Here is a sample page:
    http://agft.flywheelsites.com/our-projects/kitchener-waterloo-airport/

    Also, can you please let me know what CSS to use to change the color of the red bar on the navigation menu for the portfolio grid? I tried using the same CSS I used for another one of my sites but it doesn’t seem to work on this one. Even when I delete my cache.

    Here is the page:
    http://agft.flywheelsites.com/our-projects/

    Thanks,
    Kelsey

    #29111
    Veena
    Moderator

    Pls use the below custom CSS –

    .lsow-image-slider .lsow-slide img {
        opacity: 1;
    }
    .so-widget-lsow-portfolio .lsow-filter-item.lsow-active:after {
        border-color: #000 !important;
    }
    
    #29128
    Kelsey Smart
    Participant

    Perfect, thank you! They both worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slider Black Overlay’ is closed to new replies.