To insert code use <code>...</code>.
How to remove a page section from a specific or one page only? Customization How-To
  • In my homepage there is a slideshow. My homepage is made as a page.

    There is section that is a different color below the slideshow. How do I get rid of this? It disappears if I put in custom code:

    #page {
    display: none;
    }


    But then so do all the other pages!

    How do I get rid of this section so that the background from the header to the footer is the same colour?

    thanks!
    gray_sm.jpg
    160 x 107 - 3K
  • 2 Comments sorted by
  • Hi

    Add the page id...



    .page-id-<nr> #page {
    display: none;
    }




    look into the page source to get the

    Best regards,
    BackuPs
  • This worked! Thank you!
This discussion has been closed.
All Discussions