Blask – Removing Things.

  • Unknown's avatar

    Hello all! Ive just start this website and am struggling with a few things. I generally like the layout of the theme. (Theme is Blask.) And when I made my first post I noticed how grossly cluttered things were, having the “Posted In” “Tagged” to the immediate side of the post and the categories showing under it. I have a premium account so I have access to CSS.. I have searched and searched to try and hide these things, I still want my tags to work. Just make everything simpler, more appealing in my mind, but cant figure it out. If someone could shed some light Id be more then appreciative.. Thank you!

    http://www.spencergauthier.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, my first suggestion would be to cut back on the number of tags you are using. I’d suggest reading the Topics Listings section of our Tags support page, especially the second paragraph.

    That said, we can hid any and all of those elements to the right of your post. Anything we hide is still there, just not visible to your visitors.

    Here is the CSS to hide the various things at the right. The CSS selectors should give you a clue to what each one does.

    .entry-meta .posted-on {
        display: none;
    }
    .entry-meta .cat-links {
        display: none;
    }
    .entry-meta .tags-links {
        display: none;
    }
    .entry-meta .comments-link {
        display: none;
    }
  • Unknown's avatar

    Awesome thank you so much! Is there anyway to hide the “Categories” and “Meta” underneath the posts? @thesacredpath

  • Unknown's avatar

    Super, I’m not seeing any meta below the posts on your Summers over post. Am I missing it looking in the wrong place?

  • Unknown's avatar

    Hey, I actually figured it out! Thank you so much for your fast responses! Cheers!

  • Unknown's avatar

    Hooray, and you are welcome.

  • The topic ‘Blask – Removing Things.’ is closed to new replies.