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.
Great thanks! worked perfectly.
Glad to hear it – I’ve marked this thread as resolved.