• Resolved haqq72

    (@haqq72)


    Hello!

    My posts do not have featured images as they are not needed. Is there a way to remove the image section when using the next/prev arrows?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author coyotewp

    (@coyotewp)

    Hello!

    We like your observation, an option will be placed in the plugin to disable the images in the next version, for now you can do this by placing this CSS code in your template

    Don’t forget to rate us ??

    .coyote-np-nav-prev .np-thumb-div {
    display: none !important;
    }
    .coyote-np-nav-next .np-thumb-div {
    display: none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Removing the Image’ is closed to new replies.