Change Team Template Single

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8609
    Kevllar
    Member

    Hi,

    When you click on a Team Member’s profile the theme loads a Single Post template for Team Members which is great. What’s not so great is the Featured Photo is gigantic!

    I’d like to make a copy of the Team Profile Single post in my Child Theme but I don’t see a Single Team Template in the Extinct folder.

    So basically, I’d like to change the size of the Featured Photo only for the Team Profile single pages. Can you help?

    #8610
    Kevllar
    Member
    This reply has been marked as private.
    #8615
    Raghavendra
    Moderator

    You can create a file named single-team.php in the child theme and copy over contents of single.php to the same. Then pls remove line number 58 which populates the thumbnail by default so that you can insert the image of your choice manually instead of theme populating it automatically.

    If you do not want to create a separate template file and mess with PHP, you can use the following CSS –

    .single-team img.featured { display: none; }
    
    #8655
    Kevllar
    Member

    This works perfectly. Thanks a lot!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Team Template Single’ is closed to new replies.