Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1117363
    GreenClockFilms
    Participant

    On any post that has a video embedded there is duplicate text under the tags. How do I remove this?

    http://walknercondon.com/certainly-uncertain/

    #1117583
    Rahul
    Moderator

    Hey There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    a.more-link {
        display: none;
    }

    Hope this helps. If you have the same issue, let us know. We’d be happy to assist you with everything.

    Thanks!

    #1117679
    GreenClockFilms
    Participant

    Hi, this removes that link from the root blog page as well which I do not want, and the text is still there on the blog post page under the categories.

    #1118010
    Jade
    Moderator

    Hi there,

    Please try this:

    .single-post a.more-link {
        display: none;
    }

    Hope this help.

  • <script> jQuery(function($){ $("#no-reply-1117363 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>