Skip to main content

Blog Posts wrong links

Comments

1 comment

  • Sandra Prunici

    Hi Bianca,

    The "Continue Reading" link from the Post excerpt is added from the theme and not by Brizy. To hide it you can change the theme or you can add a Custom CSS that will hide that link. This Custom CSS will help you in this direction:

    element .read-more {
    display: none !important;
    }

    This code you have to add for Post excerpt element in Custom CSS.

    0

Please sign in to leave a comment.