Home Forums Theme support AnimaCare Team Contact Removeal

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • On the Animacare theme there is a team page and on that page there is a contacts section

    How can I remove that? I have searched through all the theme options and settings and I can’t seem to find a way to do it. Do I need to edit a .php or .css file?

    Hi Richard,

    the easiest way is to remove it with css. You can add this code to WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    .single_team_contact_container {
    display:none;
    }

    This css code will hide the box

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

You must be logged in to reply to this topic.