• Resolved chattynoir

    (@chattynoir)


    Hi

    I’m trying to find out if the Slider carousel used as a header on the site I’m updating has an overlay and if I can remove it? I’m editing the background images on the slider to contain white text to sit as a tag line below the Banner text which is bright white. My images are high res and bright white in PS but when I upload them (not currently live), The white text is quite grey. As it is sitting under the bright white logo – it looks rubbish!

    I’ve tried some custom CSS but it doesn’t seem to be working – I’ve tried digging into the css to see if I can see anything that might point to an overlay, but I’m not an expert and I’m a bit stumped! Can anyone advise please…
    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    I had the same issues too. I ended up using the old css file from the version before. I am still waiting for a solution/answer. My only problem is, that the site is not publicly available.

    Thread Starter chattynoir

    (@chattynoir)

    @wzglc6 Oh really? I have just taken on the site so I only have what’s there currently, no old CSS files that I’m aware of. I was trying to avoid using our agency as they charge a fortune and usually I can work stuff out but this really has me stumped

    Thread Starter chattynoir

    (@chattynoir)

    @wzglc6 Just been advised to try the following and it works – not sure if it will work for you? but it might help someone:

    .banner .banner-images .banner-images-image:before {
    content: “”;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    }

    My original CSS was, so there was an 0.15 opacity (I knew it!!!):
    .banner .banner-images .banner-images-image:before {
    content: “”;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    z-index: 1;
    }

    Plugin Support Riddhi Shukla

    (@ridhimashukla)

    Hello,

    Thank you for reaching us…

    I have checked your website in which I am not able to find slider so please share a screenshot of your issue if your site is not live. And please share the shortcode with us.

    Also, you have shared CSS code which is not related to our plugin, so please check your plugin once and let me know.

    Thank You!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grey Overlay’ is closed to new replies.