Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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?

    #215889

    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

    #224270

    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.

    #224948

    Hey!

    Please add following code to Quick CSS as well

    .category .template-blog .blog-meta { display: none; }

    Best regards,
    Yigit

    #238423
    This reply has been marked as private.
    #238561

    Hey!

    Please use this:

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

    Cheers!
    Ismael

    #238592
    This reply has been marked as private.
    #238673

    Hey!

    Please try adding !important rule to Ismael’s code as following

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

    Best regards,
    Yigit

    #238676
    This reply has been marked as private.
    #238690

    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

    #238722
    This reply has been marked as private.
    #239123

    Hi!

    Please check it. I hope it is ok now. :)

    Regards,
    Ismael

    #239271
    This reply has been marked as private.
    #239272

    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

    #239277
    This reply has been marked as private.
    #240602

    Hi!

    I just re-saved the theme settings and the code works now.

    Regards,
    Peter

    #240608
    This reply has been marked as private.
    #240814

    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

    #240823
    This reply has been marked as private.
Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Hide "Blog-Image" in Single Post Site’ is closed to new replies.