By loic on Monday, 09 October 2017
Likes 0
Views 1.1K
Votes 0
Hello,

I am looking for a clean and pure template for easyblog category : i mean without borders around each post...

How can i css customizing the nickel template to achieve that ?
https://screencast.com/t/yFLZmXY7L

thanks in advance for your help

Loïc
here is how i customize a file : custom.css in this directory JoomlaFolder/templates/(mytemplate)/css/custom.css.


#eb .eb-post {
border: 0px;
}

#eb .eb-post-foot {
background: none;
border-top: 0px;
padding: 0px;
marging: 0px;
}

#eb .eb-post-top {
border-bottom: 0px;
padding: 0px;
}

#eb .fa-folder-open::before {
content: none;
}

#eb .eb-category {
border: 0px;
margin-bottom: 0px;
}

#eb .eb-post-thumb .eb-post-image {
border: 0px;
}

Loïc
·
Monday, 09 October 2017 01:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing, glad to heard your issue resolved.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 09 October 2017 10:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post