Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    You can remove the bottom border on link hovers on this specific page with this custom CSS:

    .page-id-90 .page-content a:hover {
      border-bottom: medium none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer with WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    A custom CSS editor is also included in the Customizer with WordPress 4.7.

Viewing 1 replies (of 1 total)

The topic ‘Strike through on image link.’ is closed to new replies.