Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #695764

    Hello, how to i exclude this informations in Element Blog Post? I want just Image and Title, no comments and date. Look the redlines.

    Image: https://drive.google.com/open?id=0B6pTqDoWcm4GMUpNRXlub0hENlU

    #695906

    Hi Leonardo,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #696052
    #696060

    Hi!

    Can you please post the link to the exact page? I checked your “home”, “artigos” and “blog” pages but cannot see post meta on these pages

    Cheers!
    Yigit

    #696070
    #696074

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    span.post-meta-infos { display: none !important; }
    

    Best regards,
    Yigit

    #696077

    Did not Work.

    Yigit, look.

    I want “exclude” the images just em Artigos.

    In my blog no. On blog the images is ok.

    #696080

    Hey!

    Code i posted should have removed the section you pointed out in your screenshot. If you would like to remove images from Artigos page, please use following code

    .page-id-711 a.slide-image {
        display: none;
    }

    Cheers!
    Yigit

    #696087

    Okay, now it worked. But on the homepage, the images still appear.

    #696089

    Hi!

    Please add following code to Quick CSS as well

    .home a.slide-image {
        display: none;
    }

    Regards,
    Yigit

    #696090

    Thanks Yigit. I’m sorry for anything.
    Close topic :)

    • This reply was modified 8 years, 1 month ago by leooka.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to exclude this informations?’ is closed to new replies.