Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#487
Robert Kavgić
Participant

Hello.

To disable the button on all the Team Members, please go to Theme options – Appearance – Custom CSS and paste the following code insto Custom CSS box:

li.team-member div.team-member-info a.btn-medium.empty {
    display: none;
}

The “Read More” button shouldn’t be displayed.

Robert