Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Team Member Grid button not suppressed › Reply To: Team Member Grid button not suppressed
September 22, 2014 at 1:06 pm
#487
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