• Resolved rtbethel

    (@rtbethel)


    Is there a way to remove the back and forward arrows from the featured image? CSS maybe?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    This custom CSS should remove the arrows on the slider:

    .flex-direction-nav {
      display: none;
    }

    The areas where the arrows are being hidden will still be clickable, however.

    Is there any reason why you’d go this route rather than just adding only a single featured post?

    If you do go the custom CSS route, don’t edit the theme files directly, or you’ll lose your changes every time you update the theme. Since you’re already using Jetpack on goodislandliving.com – assuming that’s the site you need help with – 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.

    Thread Starter rtbethel

    (@rtbethel)

    Great thanks! worked perfectly.

    Moderator Kathryn Presner

    (@zoonini)

    Glad to hear it – I’ve marked this thread as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Featured image arrows removal’ is closed to new replies.