Deleting text/link elements
- The topic ‘Deleting text/link elements’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I was wondering how I remove the following 3 elements from my pages:
‘Leave a comment’ link at the top of the article (appears under headline next to author)
‘Filed under’ link at bottom of article
‘Tagged with’ link next to ‘Filed Under’ at bottom of article
If you could let me know how I can hide or delete these I would be very grateful. If I need CSS coding, please can you advise on what coding to use.
Thank you
The blog I need help with is: (visible only to logged in users)
You can do that with this:
.post-meta, .post-comments { display:none;}
And there’s no way of doing it without CSS editor?
No there is no setting to toggle it off and on.