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

    Hi there

    I’ve been trying to hide the category on the blog page only with

    .page-id-84 .blog-categories.minor-meta {
        display: none!important; 
    }

    But it doesn’t seem to work.

    It’s probably a quick fix but can;t seem to find it on any other post.

    Thanks
    Richard

    #731304

    Sorted with”

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

    Thanks
    Richard

    #731307

    Hi raslade!

    I have loaded the web site and I can see them hidden
    Have you managed to fix it?

    Regards,
    Basilis

    #731308

    Hi Basilis

    Thanks for looking, yes just fixed it by changing the id to .blog.

    Richard

    #731420

    Hi Richard,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.