Since questions still come up about how to hide various links, and since I know of two good techniques for it, I thought I'd compile it all into one tutorial/How To post. Depending on your account level (Basic/Plus/Paid/Perm), there are two primary methods to employ: CSS or S2 code, each with their own advantages and disadvantages.
(
CSS Method )
Comments 31
Reply
Reply
Fixed!
Reply
I went for method #1, but as you can see there's a weird space between the links. I tried removing padding and margins, but...
Any suggestions?
Reply
Reply
But I doubt they'll fix themselves, because I had this same problem with another layout a few months ago. Still, I'll try, and see.
Reply
(For what it's worth, those weren't the wrong class names. They were referring to the original version of this style, which was accomplished using layers; I added in a class or two, because -- prior to reading the awesome tutorial in this community showing all the different parts of the layout -- I wasn't sure there was any way to style the link bar like I wanted to without also styling the date/time. Finding that entry is part of what caused me to attempt to do the layout again in pure CSS. This padding thing is one of two remaining problems I have.)
Reply
Reply
set text_permalink = "your text here";
Reply
Reply
Reply
Have tried
.asset-meta-list a[href*=tell_friend] {display: none;}
.asset-meta-list a[st_page*=home] {display: none;}
.asset-meta-list a[href*=share_this] {display: none;}
Reply
Reply
ETA. I looked at my entries, and I can see it. Am I missing something universal, say, in 'viewing options'?
Reply
Reply
Leave a comment