• Resolved jamesoliver

    (@jamesoliver)


    I just want to know if there is a way to remove sections that I don’t want on the page. I can’t seem to find a way to turn off different sections.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jamesoliver,

    On the Lite version this option is not available at the moment, but you can hide certain sections with CSS.
    For example, if you want to hide the members section, add this code in Appearance -> Customize -> Additional CSS:

    body .team {
        display: none;
    }

    If you let me know which sections you want hidden, I can send you the code.

    TGIF,
    Mihaela

    Hi, carrying on from above:

    are you able to help me hide a section from the homepage (team) but still be able to have a page with the team members. I’ve used the code:

    body .team {
    display: none;
    }

    But it also hides it from the page I set up to show the team members.

    I’ve selected the “no” option for “featured member” on all members, but I still see the team “area” on the homepage. I’m using the free version.

    I’ve solved my own issue! So please don’t feel the need to reply. The answer to hide the team from homepage, just make sure that all members have “no” ticked for “featured on homepage”. The whole area is not shown.

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