By Brian Caiazza on Saturday, 29 October 2016
Replies 8
Likes 0
Views 593
Votes 0
Is there a way to remove the grey boxes around each post? TIA
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I have a little lost here, perhaps you can provide us some screenshot which grey box you referring ?
·
Saturday, 29 October 2016 08:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Alex. Here are a couple of screen captures.
·
Saturday, 29 October 2016 21:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Try apply this following css into this file -> JoomlaFolder/templates/yoo_sixthavenue/styles/true/css/custom.css


div#fd.eb.eb-view-latest .eb-post-foot {
display: none !important;
}


Then make sure you have clear all the cache eg. Joomla cache, browser cache before you view your Easyblog frontpage.
·
Saturday, 29 October 2016 21:44
·
0 Likes
·
0 Votes
·
0 Comments
·
No luck. Updated Css file and cleared cache. Any other suggestions?
·
Monday, 31 October 2016 22:16
·
0 Likes
·
0 Votes
·
0 Comments
·
The css codes which Arlex provided you earlier is already in effect as the footer is no longer there. I believe what you really want is to remove the border and you can also apply the codes below,

[gist]
div#fd.eb .eb-posts .eb-post {
border: 0 !important;
}
[/gist]
·
Monday, 31 October 2016 22:59
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked. Thank you. Is there a way to remove it from box at the top of the listing?
·
Monday, 31 October 2016 23:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Brian,
Do you mean to remove the border from the toolbar like in the screenshot link below?
http://take.ms/xkg2Y

If yes, you can use these codes to do this.

div#fd.eb .eb-navbar {
border: 0 none !important;
}
Hope this helps.
·
Tuesday, 01 November 2016 12:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post