Remove category from home page

Home Forums Magazine Point Pro Remove category from home page

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9755
    Anonymous
    Inactive

    Hello.

    On my homepage I have a tile format: http://www.thesoulhouse.net

    On each tile there is the title of the post and also the category for each post. Is there anyway of removing the category button from the tiles as this tends to obscure the image.

    I’ve tried adding the following into the ‘additional CSS’ in the customiser as per a previous support post I’ve read. However, it didn’t work.

    .news-categories {
    display: none;
    }

    #9802
    Axle Support
    Moderator

    Can you please try following CSS?

    
    .featured-post-category {
        display: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.