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
Hey gb,
Please try the following in Quick CSS under Enfold->General Styling:
.single-big {
display:none !important;
}
Best regards,
Rikard
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:
I figured it out.
I used the following code:
.big-preview.single-big {
display: none;
}
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
Thanks for all the help! All good, can be closed.