By fred appleton on Thursday, 28 August 2014
Posted in Technical Issues
Likes 0
Views 785
Votes 0
Is there a way to remove the tick lines separating the bloggers in the LatestBlogger module? There are two lines, and I would like to remove both.
Hello Fred,

I'm really sorry that delayed of this reply and I didn't noticed that padding i set too low in your module.
Can you try set to 3px and see how it goes?

.ezb-mod .mod-author-brief {
padding: 3px !important;
}
·
Tuesday, 09 September 2014 12:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Fred,

Sure, we could supply you with the css codes but we would need you to provide us with the link to the page so that we can provide you with the css codes and let you know which particular css file you should be adding to
·
Thursday, 28 August 2014 01:56
·
0 Likes
·
0 Votes
·
0 Comments
·
The Link "http://publishedwritersofrossmoor.cloudaccess.net/"
The Module on the page is titled "EasyBlog Authors"
The Module is "EasyBlog Latest Bloggers"
·
Thursday, 28 August 2014 03:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Fred,

Sorry for late reply to this,
Try put this CSS code in your template css file JoomlaFolder/templates/jsn_epic_pro/css/template.css

.ezb-mod .mod-author-brief {
border-bottom: 0px !important;
margin: 0 0 -16px !important;
}

.ezb-mod .mod-item + .mod-item {
border-top: 0px !important;
}

And see is it meet your requirement?
·
Thursday, 28 August 2014 13:29
·
0 Likes
·
0 Votes
·
0 Comments
·
This code worked. Am I allowed a supplementary question? The bloggers list is double spaced. Can you suggest some code that would single space the list of bloggers? Thanks for your help here.
·
Thursday, 28 August 2014 14:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Fred,

I don't seem to see any modules on the home page. Do I need to be logged in first? May I have the login credentials please?
·
Friday, 29 August 2014 02:56
·
0 Likes
·
0 Votes
·
0 Comments
·
The Link "http://publishedwritersofrossmoor.cloudaccess.net/";
The page with the module is "The Update"
The Module on the page is titled "Author Bios and Articles"
The Module is "EasyBlog Latest Bloggers"
·
Friday, 29 August 2014 20:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Fred,

Sorry for late reply to this,
I have applied this CSS code in your template css file

/* Remove EasyBlog Tick Lines From "EasyBlog Blogger Listing" */
.ezb-mod .mod-author-brief {
padding: 0px !important;
}

It should work fine now.
·
Friday, 29 August 2014 23:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for all of the earlier help. I now notice that the descenders are being cut of on the links. Can this be fixed?
·
Tuesday, 09 September 2014 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked. Thank you for all of your help.
·
Tuesday, 09 September 2014 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello fred appleton,

You're welcome, glad to heard your issues resolved.
·
Tuesday, 09 September 2014 18:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post