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

    Hello guys,

    on Single Post Option we selected “Single post with small preview image” but we actually don’t want any preview image at all. How can we delete it?

    Here is the page. We would like to give more space to the video and take out the image.
    http://win365.ca/the-two-gardens-2/

    …to create something similar to one of the pages of this website:
    http://www.faithit.com/wow-literally-wept-adulterous-wife-texted-husband-can-i-come-home/

    Thank you

    #313328

    Hey SANDRAWIN!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .blog-meta {
    display: none;
    }

    Cheers!
    Yigit

    #313329

    Hi SANDRAWIN!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->Quick-CSS field put the following:

    To remove the image on single post:

    
    .single .blog-meta {
        display: none !important;
    }
    

    For the space (adjust the value):

    
    .single .entry-content iframe {
        margin-top: 25px;
    }
    

    Best regards,
    Günter

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