• Resolved iyad87

    (@iyad87)


    Hello,

    I want to hide my header image from other pages, i use this :

    About-US.page.custom-header {
    display: none;
    }

    But it do not work ???

Viewing 1 replies (of 1 total)
  • Thread Starter iyad87

    (@iyad87)

    I made some search and here is the answer to help other people :

    body:not(.home) .custom-header{
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hide the image header from the other pages’ is closed to new replies.