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

    Hi :)

    I’m using Articles Blog to lay the articles entries.
    But I only want the titles and pictures.
    NO catégories or dates…
    In the options of enfold it is all off and in the article pages, there is no categories or date or name that appear…

    How can I do to hide these meta in the ARTICLES BLOG

    tks,
    Manu

    #537672

    Hi etamboise!

    Please add the following to your custom CSS

    header.entry-content-header { display: none; }

    and let us know if that helps you out.

    Best regards,
    Basilis

    #538381

    Hello :)
    Added your code and all gone BUT we need the titles to show, only the titles
    thank you so much for your help !
    Manu

    #540014

    Hey!

    Try with this:

    .entry-content-header span.blog-categories.minor-meta {
        display: none;
    }

    Best regards,
    Josue

    #543749

    Merci beaucoup !! Tks so much :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Using Articles Blog – can't hide categories and dates since new update’ is closed to new replies.