Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #3646734
how to I edit team members on a sub page
Closed

Comments

  •  2
    carlosgarciamiami started the conversation

    Hello again.  How do I edit background on this page, https://thevillagedentalmiami.com/team-member/

    It does not appear in the pages menu and I need to change the background from white to the dark hunter green color.    

    I do find the page https://thevillagedentalmiami.com/team-members/

    But that is not the page I need to edit.

  •  564
    OrionThemes replied

    Hi,

    Your theme is set (in theme options) to use a custom post type for the team which means the content is edited under the Team tab in dashboard. Then the team members are agregated and displayed on an "archive template" - it works similar as posts. which have a blog, category and tag pages.

    Which means, you can easily target the "archive" template with CSS.

    Copy the following snippet to Theme Options -> Custom CSS, it will remove the white background.

    .post-type-archive-team-member .site-main .team-member {
     background: transparent; 
    }

    Or optionally change it to any other color...

    Kind regards,
    Andrej