-
AuthorPosts
-
January 27, 2014 at 6:05 pm #215433
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?
January 28, 2014 at 5:16 pm #215889Hey Jack!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .template-blog .blog-meta { display: none; }Regards,
YigitFebruary 15, 2014 at 7:48 am #224270Wow, 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.February 17, 2014 at 1:57 pm #224948Hey!
Please add following code to Quick CSS as well
.category .template-blog .blog-meta { display: none; }Best regards,
YigitMarch 17, 2014 at 12:02 am #238423This reply has been marked as private.March 17, 2014 at 9:44 am #238561Hey!
Please use this:
.category .big-preview.single-big { display: none; }Cheers!
IsmaelMarch 17, 2014 at 10:26 am #238592This reply has been marked as private.March 17, 2014 at 2:10 pm #238673Hey!
Please try adding !important rule to Ismael’s code as following
.category .big-preview.single-big { display: none !important; }Best regards,
YigitMarch 17, 2014 at 2:14 pm #238676This reply has been marked as private.March 17, 2014 at 2:33 pm #238690Hey!
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,
IsmaelMarch 17, 2014 at 3:10 pm #238722This reply has been marked as private.March 18, 2014 at 4:46 am #239123March 18, 2014 at 10:32 am #239271This reply has been marked as private.March 18, 2014 at 10:34 am #239272Hey!
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!
IsmaelMarch 18, 2014 at 10:43 am #239277This reply has been marked as private.March 20, 2014 at 10:12 am #240602Hi!
I just re-saved the theme settings and the code works now.
Regards,
PeterMarch 20, 2014 at 10:19 am #240608This reply has been marked as private.March 20, 2014 at 6:04 pm #240814Hey!
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,
YigitMarch 20, 2014 at 6:27 pm #240823This reply has been marked as private. -
AuthorPosts
- The topic ‘Hide "Blog-Image" in Single Post Site’ is closed to new replies.
