Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #938696

    Hi,

    My site lost some theme settings (long story) and so after some time restoring things to how they were, I can not remember for the life of me how to remove the large image that shows up on every blog post

    Here is an example of what I mean:

    You will see that there is the image in the post but then there is also the same image above the title of the post as well. That is occurring for every post and I want to get rid of that larger top image, how?

    Thanks!

    GB

    #938736

    Hey gb,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-big {
      display:none !important;
    }

    Best regards,
    Rikard

    #938824

    Hi,

    I tried pasting that code as you said and it removes the entire blog post?

    ( I have blog layout / blog layout set to single author, big preview pic (no author image is displayed, feature image is big.

    Here is a link to a blog post page to see:

    • This reply was modified 6 years, 7 months ago by gb. Reason: added the web URL
    #938838

    I figured it out.

    I used the following code:

    .big-preview.single-big {
    display: none;
    }

    #938958

    Hi,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #938978

    Thanks for all the help! All good, can be closed.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove image from blog post’ is closed to new replies.