Tagged: post navigation
I have activated the post navigation feature and this works great. But is there a way to remove the image from the navigation link? I belive this is the featured image that is used for this.
Regards
Nina
Hey Advantage09,
Thank you for the inquiry.
You can add this css code to hide the featured image in the post nav container:
.avia-post-nav .entry-info span.entry-image {
display: none;
}
Best regards,
Ismael
Thank you.
Works great.
Regards
Nina