Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #693088

    I’m not sure what has changed on my site, but I suddenly have a bunch of tags cluttering up the look of my front page because they are all displaying between the post image and the title of the post. I’m okay with having the post category in that spot, but I don’t want all of those tags. I’ve included a link to the front page of my site in the private content section so that you can see what I’m referring to on my latest post, that book review for Harry Potter and the Cursed Child.

    I want the category beneath the image just like it is, in this case ‘Reviews’, but I don’t want the rest of those tags “J.K. Rowling, Jack Thorne, John Tiffany Arthur A. Levine Books Fantasy, Young Adult Fiction, Purchased”.

    How do I eliminate those?

    Thanks so much for any assistance you can provide.

    #693782

    Hey suzannewm94,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home span.blog-categories.minor-meta {
        display: none;
    }
    

    Best regards,
    Yigit

    #694068

    Hi Yigit,

    Unfortunately I just tried it and it didn’t make any difference. The tags are still showing up on the front page.

    #694069

    Hi,

    Try using the !important. You can try the following instead:

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

    Best regards,
    Jordan

    #694076

    Hi Jordan,

    That didn’t seem to do anything either unfortunately. What’s really strange and maybe this will help narrow down what the issue is – it only seems to be happening with the post tags in that Reviews category. Other categories in Latest Posts are displaying as they should.

    #694080

    Hi,

    Could you provide login details to your WordPress dashboard so that we can have a closer look. You can place the login details in the private data section of your reply.

    Best regards,
    Jordan

    #694081

    Sure. Posting them below, thanks!

    #694274

    Hi,

    You had some broken code above the statement, I removed it and it’s working now.

    Regards,
    Rikard

    #694341

    Yay, thank you so much! Amazing customer support!

    #694445

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to remove post tags from front page’ is closed to new replies.