Remove Home Links to “Our Team”

Home Forums All Other Themes Remove Home Links to “Our Team”

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #142266
    James RosnackJames Rosnack
    Participant
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: December 24, 2019

    I am using the theme for a festival line up. the home page summary of each artist is fine, I dont need the names of the artists to go to another page. How do I remove the link href to those full page bios? I tried to copy the core-funtions.php and add it to /sktframe/core-funtions.php in my child theme and remove the href tags around the name, but that doesn’t seem to work.

    https://ausregfest.mystagingwebsite.com/

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .member-name h3 a, .teamboxthumb {
        pointer-events: none !important;
    }

    Regards,
    Chris

    #142301
    James RosnackJames Rosnack
    Participant
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: December 24, 2019

    Sweet! Thanks, I didnt know you could do it with CSS alone.

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

    Hi,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/

    Regards,
    Chris

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