Remove links at the coaches

Home Forums BeFit Theme Support Remove links at the coaches

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #200212
    Sandra KlercqSandra Klercq
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: August 23, 2022

    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/

    #200224
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30390
    • Total: 30390
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to remove links from coaches.

    .team-thumb a {
      pointer-events: none;
    }

    Regards,
    Dave

    #200231
    Sandra KlercqSandra Klercq
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: August 23, 2022

    Many thanks Dave!

    #200232
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30390
    • Total: 30390
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.