Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #245138

    Where is this option in Enfold?
    Appearance > Theme Options, uncheck the option “Show a featured image on single posts”, click “Save changes”

    #245154

    I added the following css and all is good:

    #top.single-post .entry-content .slideshow_container {
    display: none;
    }

    #top.category .entry-content .slideshow_container {
    display: none;
    }

    .single .big-preview.multi-big, .single .small-preview {
    display: none;
    }

    #245161

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘option to "Show a featured image on single posts"’ is closed to new replies.