How to remove the words "Blog" and "Portfolio" on top of pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • #11713
    bonching0614
    Participant

    I 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!

    #11715
    joost
    Participant

    wow, could you share that fix? I have the same problem and didn’t yet get that far:-( It would already be some help.

    #11719
    Alexander
    Participant

    How 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.com

    #11723
    joost
    Participant

    works 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 11 years, 4 months ago by joost.
    #11725
    joost
    Participant

    sorry Alexander I don’t quite mean your problem, bonching0614’s. But solved it is imho

    #11728
    bonching0614
    Participant

    @Alexander

    It 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. :>

    #11739
    joost
    Participant

    I 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

    #11752
    bonching0614
    Participant

    @joost

    Thanks! My problem has been resolved:>

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.