Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #629847

    Hello

    I have opted not to display my blog post meta elements (e.g. author, comment count, category, etc) however they are still appearing on my home page blog posts – what would you suggest I do?

    Thanks, Fiona

    #630454

    Hi fionalea,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .slide-meta {
    display:none !important;
    }

    Thanks,
    Rikard

    #634356

    Hi Rikard

    Thank you, that worked – for all but the category tags. Is there a way to get rid of those? Thanks, Fiona

    #634924

    Hi,

    Please try the following as well:

    span.blog-categories {
    display:none !important;
    }

    Best regards,
    Rikard

    #636831

    Thank you, that worked :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog layout formatting – meta elements’ is closed to new replies.