Disabe link in staff page

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14475
    mllibre
    Member

    Hi, i want to disable the text link in the staff page that goes to the staff member page. I like the staff page but without going to the staff member page, only the presentation of the members.

    I search in loop-staff.php but i don’t find this peice of code to modify it.

    How can i fix it?

    Best regards,

    Marc

    #14488
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    .staff .entry-snippet {
      pointer-events: none;
    }
    
    #14518
    mllibre
    Member

    Perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disabe link in staff page’ is closed to new replies.