Hide Category Information on Featured Post
-
AuthorPosts
-
londondtp
MemberHi, I was wondering if it was possible to hide the category information and date from the featured post on mimbo pro? (I do not wish for this information to be hidden in other posts just the featured one – the featured post has also been set as a sticky so will always remain as such on that section).
many thanks!
The blog I need help with is: (visible only to logged in users)
Oh and the comments icon (currently being shown as a (o) with an orange image. I’m essentially trying to set this featured post as the site’s header. If there is a better way to do this that would be greatly appreciated!
Alternatively would it be possible to insert a second header under the logo header and I need to have the name of the website showing (The London NERC Doctoral Training Partnership – in case you hadn’t guessed!!) Thank you for your help!
binarymoon
Theme AuthorTo do all of these things you will need the custom css upgrade.
Once you have that add the following to hide the category info form the featured post (note that this will also hide the date:
#lead .right .date { display:none; }
What did you want to do with the comments link? The following will hide it?
#lead .right .comments_link { display:none; }
I’m afraid there’s no way to add a second header image though.
Hi there, I just entered the css code you have provided but unfortunately its has not removed either the date or the comments link – is there anything else you can suggest please? thank you.
binarymoon
Theme AuthorHi – I have tested this on my demo site and it works as I would expect. I’ve uploaded a screenshot showing it in action (http://d.pr/i/v26i).
Since your site is restricted I can’t really diagnose the problem I am afraid.
Thank you – it’s me – user error as always – I left the hashtag out – sorry! Thank you though, it’s really useful to have access to your advice!
binarymoon
Theme Authorawesome – glad it worked :)
One more query – i would like to hide the categories showing at the end of all posts – is there a way to do this please? as ever, thank you for your help!
- The topic ‘Hide Category Information on Featured Post’ is closed to new replies.