Home Forums Pro Themes Kids Education Pro Remove Permalink click Through

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93523
    Phong Trac
    Participant

    Hi,

    Can you tell me how to remove the permalink for the teacher profiles and the Gallery pictures on my home page?

    I do not want the teacher profiles or gallery phtos to link to another page

    https://3bearschildcare.owna.com.au/wordpress/

    Cheers,

    Phong

    #93655
    wensolutions
    Keymaster

    Hello @phongowna-com-au,

    Please add below given CSS.

    #team-members .member-name a {
            pointer-events: none;
    }
    
    .portfolio-item .hovercontent p a {
        pointer-events: none;
    }

    Hope this helps.

    Thank you.

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