-
AuthorPosts
-
September 29, 2016 at 1:51 pm #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.
September 30, 2016 at 2:29 pm #693782Hey 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,
YigitSeptember 30, 2016 at 11:23 pm #694068Hi Yigit,
Unfortunately I just tried it and it didn’t make any difference. The tags are still showing up on the front page.
September 30, 2016 at 11:26 pm #694069Hi,
Try using the !important. You can try the following instead:
.home span.blog-categories.minor-meta { display: none !important; }
Best regards,
JordanSeptember 30, 2016 at 11:36 pm #694076Hi 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.
September 30, 2016 at 11:58 pm #694080Hi,
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,
JordanSeptember 30, 2016 at 11:59 pm #694081Sure. Posting them below, thanks!
October 2, 2016 at 7:43 am #694274Hi,
You had some broken code above the statement, I removed it and it’s working now.
Regards,
RikardOctober 2, 2016 at 4:52 pm #694341Yay, thank you so much! Amazing customer support!
October 3, 2016 at 6:45 am #694445 -
AuthorPosts
- The topic ‘How to remove post tags from front page’ is closed to new replies.