Tags Appearing at the tog of the posts
-
I am using the Fresh and Clean Template, all the tags are appearing at the top of each post, which is distracting. Is there a way I can make the tags not visible or appear at the end of the post? thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there! To hide or modify the placement of the tags, you’ll need to modify the site’s CSS. I can help you do that, but you’d first need to buy the Custom CSS upgrade from your Dashboard -> Store. Let me know if and when you do that, so that I can help you with the CSS. You can find out a bit ore about the Custom CSS upgrade here:
-
Hi Richard,
I just purchased the upgrade. I would love to know how to hide the tags from the post. Thanks for your help!
Best,
Jamie
-
Hello again!
Do you want to completely hide your tags, or do you want to place them elsewhere? Hiding will be easier. :)
-
-
Perfect! So, in your Custom CSS page, add the following rule:
.entry-meta a[rel="tag"] {
display:none;
}This will make the tags disappear, but the words “and tagged” can’t be removed, unfortunately.
Try that out and let me know what you think. If you want to try something different, with the Custom CSS upgrade, you can do lots of things. :)
-
Thanks so much for your help! The commas are still showing, is that something that can be hidden? And can the categories be hidden as well? I pasted below what the top of the post looks like. I was wondering if it was possible to make all of that be hidden – expect for the date and the ‘leave a comment’? Thanks again!
This entry was posted on January 23, 2013, in Animals, Lists, Random Thoughts and tagged , , , , , , . Bookmark the permalink. Leave a comment (Edit)
-
Hmm, you’re right, I hadn’t realized that the commas would still be there. There’s not much else we can do with the CSS at this point, we can’t remove the commas or words in that section without making the whole section (including the date) disappear.
Have you tried look at another theme, maybe? There might be another one that you like that we can modify to suit your tastes better, with the Custom CSS upgrade.
Also, note that you can get a refund for the upgrade within 30 days, if we can’t fix things up the way you want them.
Let me know if you pick a different one, and we’ll see what we can do with it.
- The topic ‘Tags Appearing at the tog of the posts’ is closed to new replies.