• Plugin Author Content Views

    (@pt-guy)


    Twenty Seventeen and many other themes used box-shadow for links on mouse-over.
    It shows a line under the link text on mouse-over.

    To remove that line, please use this CSS:

    .pt-cv-wrapper a,
    .pt-cv-wrapper a:hover {
        text-decoration: none !important;
        box-shadow: none !important;
    }

    (For Content Views, you can add above CSS code to file style.css of your active theme.
    For Content Views Pro, you can add above CSS code to Custom CSS field in Content Views >> Settings page.)

    Best regards,

  • The topic ‘Remove underline from links, read more, pagination… on mouse over’ is closed to new replies.