Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #289971
    lblumenfeld
    Participant

    How do I tell the Team widget where to display? It’s showing at the top of the page, above the page’s content. I want it to appear in a specific section of the page with some content above it and then below it.

    Also, How do I change the font and size for the title of the Team section? It’s as big as the page title–too large.

    Thanks.

    #290026
    Skandha
    Participant

    @lblumenfeld: Hello there,
    For that
    Go to => Appearance => Customize => Theme Options => Section Sorter => You can reorder the sections here and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #290113
    lblumenfeld
    Participant

    What I really need to do is add it as a block element inside the main content. Otherwise, I have to deal with two separate presentations, two headers, etc.

    #290142
    Skandha
    Participant

    @lblumenfeld: Hello there,
    What you can do is use the following CSS Code to hide the content of the page.

    .page-id-2 #content {
        display: none;
    }

    Then display on the headings and content of the Team Section.
    Let me know if this solves the issue.
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Team section appearing in wrong place’ is closed to new replies.