New Landing How can we help? Atelier Take out the header banner in team pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #260243
    KMAmexico
    Member
    Post count: 96

    Hello!!
    So I’ve taken off the header banner in some pages, but when I wanted to errase them from the team members pages I couldn’t find a id to put, how can I take the header banner of these?

    I’ve been using this to exclude the header banner off of pages:

    .page-id-54 #sf-header-banner, .page-id-12 #sf-header-banner, .page-id-82 #sf-header-banner, .page-id-37 #sf-header-banner {
    display:none;
    }

    Thank you very much for your help and attention always! 😀

    #260256
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Team member pages will be post-id instead of page-id, it’s in the body tag

    If you want to remove from all team member pages then use

    .single-team #sf-header-banner {
    display:none;
    }

    – Kyle

    #260465
    KMAmexico
    Member
    Post count: 96

    Totally solved!! thank you very much Kyle!!

    #260466
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register