I would like to know the answer of 2nd point too.
add this to custom.css ^rename custom-sample.css
#custom .content {width: 69%; /*reduce % */}
there’s no inline edit post in mesocolumn theme.
Hi Richie,
2nd point is regarding removing of author and date from posts. If it can’t be done within the theme then would you recommend any plugin?
i see, i thought you said you want to remove ‘edit’ button in post which there’s none.
the author and date can be disable by adding this to custom.css
@for homepgae featured category
.feat-meta {display:none;}
@for other post
span.post-author, span.post-time {display:none;}
It worked like a charm! Superb, thanks a lot.
Thread Starter
Arav
(@001anand)
Thank you so much Richie!
I actually wanted to reduce the post width only in the post (and not home page categories), I could get this done by inserting following line in custom.css
(Just putting it here for future reference)
#post-entry article .post-content { width: 80% !important; }
You are awesome!