By ibrahim clayton on Friday, 20 March 2015
Posted in General Issues
Replies 1
Likes 0
Views 1K
Votes 0
I just had easyblog installed and I have been playing around with it. And I'm trying to figure out how to move things around. Basically, I would like my blog to look like this

http://showcase.balbooa.com/index.php/template/roocky

instead of this:

http://mashmatics.com/index.php/easyblog

So i'm trying figure out. How to:

1) have 2 columns instead of one
2) have the large bold fonts over the pictures
3) get rid of the easyblog lines around the blog entries
4) get rid of the (EasyBlog,This is some blog description about this site) message
Hi Ibrahim,

Regarding your inquiry,
1) have 2 columns instead of one
I am sorry. Currently EasyBlog do not have this layout. However, you can customize it to have 2 column.

2) have the large bold fonts over the pictures
You can use this css override code:

#id .class{
z-index: 100;
position: absolute;
color: red;
font-size: 74px;
font-weight: bold;
left: 35%;
top: 30%;
}


3) get rid of the easyblog lines around the blog entries
#eblog-wrapper.eblog-vintage #ezblog-body .blog-post, 
#eblog-wrapper.eblog-vintage #ezblog-body .blog-read{
border: 0 !important;
}
#eblog-wrapper.eblog-vintage .blog-meta-bottom{
background: transparent;
border-top: 0 !important;
}
#ezblog-body .blog-meta-bottom div > span + span{
border-left: 0 !important;
}


4) get rid of the (EasyBlog,This is some blog description about this site) message
You can find the setting here: Backend > EasyBlog > Settings > Layout > Toolbar > Enable blog header = No.

Hope this helps.
·
Friday, 20 March 2015 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post