Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #456963

    Hello,
    First of all I would like to thank, it’s certainly the best WP Theme I have ever bought. My question is I guess it’s a little bug;
    I have chosen my blog layout as grid. Then I have unchecked all blog meta elements but it is still showing comment count and date. How can I remove them?

    #456965

    Hi Creativegraphics,

    I asked this one time and was given the following to put in quick CSS

    .post-meta-infos {
    display: none;
    }

    also to remove from Post Slider:

    .avia-content-slider .slide-meta { display: none; }

    Hope that helps (I’m no expert) but had these useful tips saved from some time ago.

    H

    #457388

    Hi!

    Please refer to @heathcliffe’s posts above

    @heathcliffe
    Thanks :)

    Best regards,
    Yigit

    #574063

    Thanks, Heathcliffe. Worked for me too.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Layout as Grid. Cannot hide blog meta elements.’ is closed to new replies.