By Ian Shere on Thursday, 06 August 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 820
Votes 0
I am using the latest version with the Nickel theme as default - http://www.ckdev.info/martin/blog.

I want it to look more like http://www.catherineanaya.com/blog/. So I need to remove that whole top "author's" box and make the "Continue reading" button a little more stylish. Plus for this "intro text" page, I also want to remove Category, Social buttons and hits. So all I want is the image, a paragraph or 2 (max) and the "Continue reading" button.

Possible?
Hey Ian,

You could actually add the block of css codes below into your template's css file,


body .eb-post .eb-post-top {
display: none !important;
}

body .eb-post .eb-post-head .eb-post-meta{
display: none;
}
·
Thursday, 06 August 2015 02:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome - thanks. That dealt with the header. How do I get rid of the social buttons in this view (still would like them on the post details view though).
·
Thursday, 06 August 2015 03:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ian,

Go to your menu manager, and click on the menu for EasyBlog. Then, click on the "Post" tab and you'll be able to disable them here
·
Thursday, 06 August 2015 03:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah-ha! Always some other setting somewhere - it's just finding where! Thank you!
·
Thursday, 06 August 2015 03:20
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Ian
·
Thursday, 06 August 2015 03:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post