I tried this but does not work..(and numerous others)
#content .post .single-entry-meta p {
display: none;
}
Try this:
.tag-links { display: none; }
.tag-links + .meta-sep { display: none; }
Hi Stephen,
no, doesn’t work..flushed cache.. still remove tags below my posts.
Robin
Try adding this, then:
.cat-links { display: none; }
.cat-links + .meta-sep { display: none; }
I cut & paste code under:
“Custom CSS Manager Plugin Settings” which is Plugin Version: 1.5.2
I just hit “cache flush” button at top of my page..nothing happening with the code above. I get in a new browser to see if my site changes but nothing happening. Just checking if I am doing something wrong..or need to still try another code.
Thx.
Perhaps we’re not talking about the same thing, then. On this page: Riviera Maya Caribbean Travel Hotspot, are you trying to remove the text at the bottom of the page that starts with “Tagged: Artisan Beach Jewelry”?
Hi Stephen,
My error then..I was going by others posts in the forum that seemed to be the same problem I had.
YES! In answer to your question.
Thanks.
Robin
Hmm. What I posted earlier should have worked, then. On the same page I linked, there used to be text that started with “Posted in: Artisan Sea Life Jewelry, Beach Boutique Online”. Did you want to remove that text as well?
If so, you can remove all of that text and just leave the text that reads “Leave a comment”, try this:
.cat-links { display: none; }
.cat-links + .meta-sep { display: none; }
.tag-links { display: none; }
.tag-links + .meta-sep { display: none; }
gee… not sure why it isn’t working..
thanks for trying to help. I do want to “leave a comment” section..
I click “Save” and it should correct right? Or am I missing a step??
OK..lol
R
As of right now (3:45 pm, Mountain time), this is what I see if I visit the page Riviera Maya Caribbean Travel Hotspot: http://imgur.com/Ts4ZIY3 Is this how it should look?
Hi Stephen,
Should be ok..why doesn’t it show me that in my browsers??
what browser are you in?
Thank you!!!
Robin
AWESOME! IN IE..works in that browser..
whew..
Thanks again!
Robin
Hey Stephen,
I have a similar issue, but its not working for me. I want to remove tags under the posts. please advice
I have tried adding :
.cat-links { display: none; }
.cat-links + .meta-sep { display: none; }
in style.css file
Thanks in advance!
.tag-links { display: none; }