Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Thank you for writing in.

    If you want to remove the slider opacity then go to the Dashboard > Appearance > Customize > Additional CSS setting then add this CSS code:

    .ps-front-slider-wrapper .single-slide-wrap:before {
       background: none;
    }

    Thanks.

    Thread Starter wordpressrajesh23

    (@wordpressrajesh23)

    Hi,
    Thank you so much its working fine, Then also i need to remove opacity from Our service section and Our facts section. kindly send that code its helpfull

    thank you

    Thread Starter wordpressrajesh23

    (@wordpressrajesh23)

    Hi,
    I want to remove opacity from Our service section, Our facts section and page header image opacity. kindly send that code its helpfull

    thanks

    Hi there,
    Thank you for writing in.

    If you want to remove the Our service section and Our facts section opacity then go to the Dashboard > Appearance > Customize > Additional CSS setting then add this CSS code:

    .ps-home-section#section-services:before, .ps-home-section#section-fact:before{
    
    background-color: rgba(0,0,0,0) !important;
    }

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove slider opacity’ is closed to new replies.