Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #144722
    toddautinw
    Participant

    Greetings,

    I am using testimonials (free Catch Responsive) on my homepage to highlight a few quotes. I like that the author (source) is included below the testimonial but I’d prefer that the author not be a live link. Is there a CSS code that can deactivate these three links on my homepage?

    See: http://www.icap2050.org/proposal/

    Thank you,

    Todd

    #144744
    Skandha
    Participant

    @toddautinw: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    
    .testimonial-entry-title {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: black;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    #144763
    toddautinw
    Participant

    Skandha,

    This code successfully deactivated the link associated with the testimonial title text. It looks like you also supplied code that should turn the title text from blue to black. Was that your intention? A good idea, I think. Unfortunately, the text is still blue like other link text. Any other ideas on this?

    Thanks,

    Todd

    #144856
    Skandha
    Participant

    @toddautinw: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .testimonial-entry-title a {
       color:#000;
    }

    Let me know if it works out.
    Kind Regards,
    Skandha

    #144912
    toddautinw
    Participant

    Perfect!

    Thanks,

    Todd

    #144948
    Skandha
    Participant

    @toddautinw: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Deactivating Testimonial Author Link’ is closed to new replies.