- This topic has 3 replies, 2 voices, and was last updated 3 years, 2 months ago by .
 
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.
 
Home › Forums › BeFit Theme Support › Remove links at the coaches
I need to know how to remove links from our coaches section on the front page. I want to show the coaches -> all the images of the coaches have to go to the same page.
How can I change that?
I’ve tried:
.team.thumb .team-title a {pointer-events:none;}
But that doesn’t work.
Website: https://www.jump.city/v2/
page to link: https://www.jump.city/v2/index.php/jumples/
Hi,
Kindly use this CSS to remove links from coaches.
.team-thumb a {
  pointer-events: none;
}
Regards,
Dave
Many thanks Dave!
Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave
