• Hi,
    Is it possible to remove the image header (page-header-bg.jpg) for all thee pages.
    Best Regards
    Remi

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter r3p4

    (@r3p4)

    Hi,
    I remove caroussel using this code in CSS :
    .page-mycarousel {
    display: none;
    }
    But the content (image or teext) at the top of the page is under the navbar.
    Have i missed something ?
    Best Regards
    Remi

    Hi @r3p4,

    Thanks for using our theme,

    You can add following code inside in Custom css filed (Theme Dashboard >> appearance >> >> customize >> header settings >> Custom css )

    .page-mycarousel {
     padding: 336px 0 65px; 
    }

    Change padding according to your need.

    Thanks

    Thread Starter r3p4

    (@r3p4)

    Hi,
    Thanks for your asnwer, but it’s not working.
    Images or texts are still under the navbar.
    Remi

    Hi @r3p4,

    Can you provide us URL of your website so that we can inspect it and give you a proper solution?

    Thanks

    Thread Starter r3p4

    (@r3p4)

    Hi,
    My website is bleusingulier.com and the problem concern all the pages, for example : https://www.bleusingulier.com/l-agence/
    Best Regards,
    Remi

    Hi @r3p4

    It seems like you have done some modifications in the code.
    So, please once revert back the code to it’s original and check it.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove header image’ is closed to new replies.