On our main blog page, we want to remove the image above the blog article, but still keep the small icon image to the left of the article title in the sidebar, is this possible? Thanks in advance for your great support.
Hi ejo14!
Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog .big-preview.single-big {
display: none;
}
Cheers!
Yigit
Thanks so much for the help, sorry I didn’t clarify, but can you also send the code to remove it from the top of the actual blog post as well please?
Hi!
Please use following code instead
.big-preview.single-big {
display: none !important;
}
You can also edit your blog post and check not to display featured image on single post – http://i.imgur.com/h76eUKS.png
Best regards,
Yigit
Hi
How can I disable the link on images in my Blogposts. I don`t use the function to increase the blogimages.
Thx for the answer
Best regards, Diana
Hi Diana,
Can you post the link to your blog page or a blog post please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.single .big-preview a {
pointer-events: none;
}
Cheers!
Josue
Thank you very much, it works!
Oh but on other monitors it doesn`t work, there is still the link.. what can I do?
Ok the reason is, that it doesn’t take the style.css changes in the firefox Browser.. why not? Thx for helping me
Hi!
@atelier_interaktiv Can you post the link to your website please? Have you tried flushing browser cache after applying custom CSS code?
Regards,
Yigit
yes I tried flushing the browser cache..
Hi!
Change the location of the link-disabling snippet, put it at the very start, after this:
/*
Theme Name: Enfold Child
Theme URI: http://example.com/enfold-child/
Description: Enfold Child Theme
Author: netfang
Author URI: http://example.com
Template: enfold
Version: 1.0.0
Tags:
Text Domain: enfold-child
*/
Best regards,
Josue