Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #301429
    Heinz
    Participant

    Hello
    Is it possible to hide the main page? I don’t want to see the main page when scrolling down. With Sections Sorter, you can use Edit to hide all topics except the main page.
    Many thanks for the help.
    regards
    Heinz

    #301442
    Skandha
    Participant

    @henebe: Hello Heinz,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
    display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #301483
    Heinz
    Participant

    Thank you Skandha, it worked wonderfully

    #301484
    Skandha
    Participant

    @henebe: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Main page’ is closed to new replies.