We Use the Masonry Blog to Display the News and generate “fancy” Post-Images, so in Masonry it looks good. I in the Single Post Style the Image doesnt match to the Content, so i am looking for a possibility to hide the Plog image in Single Post Site? Is this possible?
Hey Jack!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .template-blog .blog-meta { display: none; }
Regards,
Yigit
Wow, that was easy, thank you.
Is it also possible for the Blog Category Listing (for example “/category/news/”) ?
In the Settings we have “Single Author, Big Preview Pic” choosed.
Hey!
Please add following code to Quick CSS as well
.category .template-blog .blog-meta { display: none; }
Best regards,
Yigit
Hey!
Please use this:
.category .big-preview.single-big {
display: none;
}
Cheers!
Ismael
Hey!
Please try adding !important rule to Ismael’s code as following
.category .big-preview.single-big {
display: none !important;
}
Best regards,
Yigit
Hey!
Please post the login details here. I inspect the site but I don’t see the code that we provided. Use this:
.category .big-preview.single-big {
display: none !important;
}
Add it at the very bottom of Quick CSS or custom.css.
Best regards,
Ismael
Hey!
Sorry for that, please switch to the English version in the dashboard then place this on Enfold (EN) > Styling > Quick CSS:
.big-preview.single-big {
display: none !important;
}
Cheers!
Ismael
Hi!
I just re-saved the theme settings and the code works now.
Regards,
Peter
Hey!
Please flush your browsers cache and refresh your page a few times. They are not displayed on English version on my end – http://i.imgur.com/RNFUE3p.jpg
Regards,
Yigit