• Resolved Marc Baier

    (@marcbaier)


    Hi – Is there a way to remove the category being listed directly under the featured images for each blog post ? I would like to save the space to be able to show 2 or 3 lines of text from the post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, try adding this additional css:

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

    or if you mean on single posts:

    
    .single .page-title { display: none; }
    
    Thread Starter Marc Baier

    (@marcbaier)

    Thanks a lot – that did it !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable category displayed below featured image in blog post list’ is closed to new replies.