Hi, how can i disable the preview images for blog pages?
Hey diefleischerei,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-post-nav {
width: 1px !important;
}
.avia-post-nav .entry-info {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko, thank you.
Sorry but my mistake. i want to deactivate the whole function. no images and no arrows :)
is there an option in the enfold backend to do this?
Hi,
You can remove the code I gave and replace it with this:
#top .avia-post-nav {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko
Great. Cloesed. Thanks NIkko.