• I wanted to remove the background of the home page picture. Due to the background underlay, the picture is consoderably dark, and fade. Please advise. My theme is educationlms. Thanks in advance.

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

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

    First, you should check your theme settings to see if you can change the opacity setting of the home page picture.
    If there is no setting for that, you can try to enter the following codes into the custom css section:

    
    .elementor-540 .elementor-element.elementor-element-4a7b1c3c > .elementor-background-overlay 
    {    
        opacity: 0;
    }
    

    Hope this helps.

    Thread Starter eduprovinceaustralia

    (@eduprovinceaustralia)

    Hi @websprout, It worked with the code. Thank you very much. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the background of my home page.’ is closed to new replies.