-
bonching0614
ParticipantI was able to find a solution to remove “Currently Browsing” on top of my portfolio and blog sections. However, the words “Blog” and ” Portfolio” still remain. I love Pinboard but these parts are a little bit annoying. Thanks!
joost
Participantwow, could you share that fix? I have the same problem and didn’t yet get that far:-( It would already be some help.
Alexander
ParticipantHow mean is that: Finding a solution and instead of sharing just teasing people…
@joost: Try to add#current-location .prefix-text {
display: none;
}to your css.
Cheers,
Alexander @ http://www.mouseclick.comjoost
Participantworks like a song, thanks. It set me thinking and I came up with this
#current-location .prefix-text {
display: none;
}If I understood you right it solves your problem. Just add both your and my line to the handy custom css form under theme options.
- This reply was modified 12 years, 2 months ago by joost.
joost
Participantsorry Alexander I don’t quite mean your problem, bonching0614’s. But solved it is imho
bonching0614
ParticipantIt was never my intention to tease anyone. Actually, you’re the one who helped me solve the “Currently Browsing” issue as well. All I wanted now is to remove the remaining titles. Sorry if I offended anyone but I’m thankful for all the help. :>
joost
ParticipantI for one am not at all offended, and when it xomes to teasing, i now see i’m pretty guilty myself;-)
copied the wrong line in my post above, that one you already had. SORRY!
add this:#current-location .page-title {
display: none;
}That deletes the category name also, leaving you with only the category description i a neat grey bar. Just the way we both wanted it if i understood you correctly.
cheers
You must be logged in to reply to this topic.