Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,@manju041987!

    Try replacing ALL the custom CSS codes you currently have with the following codes:

    /* To block - Wave under header image*/
    path.divider-fill {
        display: none!important;
    }		
    
    body:not(.home) #agama-header-image .header-image{
        background-image: none!important;
        height: 100px!important;
    }
    body:not(.home) #particles-js {
        display: none!important;
    }

    Regards

    Thread Starter manju041987

    (@manju041987)

    Thank You. This worked great.

    • This reply was modified 4 years, 10 months ago by manju041987.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header and Body content overlap’ is closed to new replies.