• Resolved taniaemm

    (@taniaemm)


    Hi,

    Please can you help me?
    Is there a way to remove the grey overlay or increase the opacity?
    If custom css can you please give me the code I can copy and paste?

    Thanks in advance,
    Tania

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Add below css code in your maintenance mode plugin custom css field –

    .slider-theme .wpsm_csp-wrap-home .wpsm_csp-scroll-overlay {
        background: rgba(60, 69, 93, 0.2) !important;
    }
    
    .slider-theme .wpsm_csp-wrap-about .wpsm_csp-scroll-overlay {
        background: rgba(60, 69, 93, 0.3) !important;
    }
    
    .slider-theme .wpsm_csp-wrap-contact .wpsm_csp-scroll-overlay {
        background: rgba(60, 69, 93, 0.3) !important;
    }

    Try it and then let em know.

    Thanks

    Thread Starter taniaemm

    (@taniaemm)

    Thank you but it didn’t work.

    Plugin Author wpshopmart

    (@wpshopmart)

    Can you please share me your site url?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image Overlay’ is closed to new replies.