Staff profile pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14808
    Ben_TTM
    Member

    My client wants to just get rid of the staff profile pages. I.e. when you go to http://beta.richmond.doncaster.sch.uk/staff/ I need to remove the hover effects from all of the staff images so that it’s just a gallery without any click-through option. It would need to apply to all of the specialization pages as well. Is this possible?

    #14815
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .staff .entry-snippet {
      pointer-events: none;
    }
    
    #14820
    Raghavendra
    Moderator

    You can also try this –

    .post-snippets .type-staff .img-wrap .type-info { display: none; }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.