• I don’t want that ugly black shadow, nor the hover effect that zooms in. Could somebody please give me CSS overrides to fix this? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello shaylynnhayes,

    Try below css code.

    .header.color-overlay::after {
      background: none !important;
    }
    .header .background-overlay, .header.color-overlay::before {
      opacity: 0.19;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter shaylynnhayes

    (@shaylynnhayes)

    Not for the header. For the porfolio and gallery photos.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Effects on gallery/portfolio photos’ is closed to new replies.