• I’m trying to remove the “read more” button in my testimonaisls area as you can see below on my frontpage and also remove the image avatar feature.
    I want to put a button there that says
    “Sign up for a bootcamp” or something” instead of the “Read more” button.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have same problem, try to remove read more button from all my article in my site but nothing happened.
    I’ve tried this

    
    p.more-link {
      display: none !important;
    }
    and this
    function modify_read_more_link() {
        return '';
    }
    add_filter( 'the_content_more_link', 'modify_read_more_link' );
    

    without success.

    • This reply was modified 4 years, 9 months ago by Yui.
    • This reply was modified 4 years, 9 months ago by Yui. Reason: please use CODE button for proper formatting
    Moderator Yui

    (@fierevere)

    永子

    @elpak
    Consider opening YOUR OWN topic with your issue.

    https://www.ads-software.com/support/theme/decree/#new-topic-0

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you delete the “Read more” button in testimonials’ is closed to new replies.