Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #801584

    View post on imgur.com

    Hi, how can i disable the preview images for blog pages?

    #801858

    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

    #802430

    Hi Nikko, thank you.
    Sorry but my mistake. i want to deactivate the whole function. no images and no arrows :)

    View post on imgur.com

    is there an option in the enfold backend to do this?

    #802474

    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

    #802477

    Great. Cloesed. Thanks NIkko.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.