By Bruno Alecrim on Wednesday, 05 August 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 431
Votes 0
Hi There, How Can I fine tune the Related Posts Module?
Take a look at the attached image for a best understanding.

With Best Regards
Bruno Alecrim
Hi Bruno,

I believe all the adjustment can be done via css hack. If you don't mind can you provide us with the page url so we can inspect the site directly and provide you with the css hack solution.

Please advise.
·
Wednesday, 05 August 2015 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul, Now I provided all credentials to you asked, if you need an extra information, just ask.
Thanks
Bruno Alecrim
·
Thursday, 06 August 2015 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Please find the response to your inquiries below:


1. To edit the text "Related Posts", you can do so in the language file. Edit the file /language/en-GB/en-GB.com_easyblog.ini and locate the codes below,



COM_EASYBLOG_RELATED_POSTS="Related Posts"




2. You need to add the block of css codes below into your template's css file,



body .eb-related-title a,
body .eb-related-title a:link {
text-decoration: none !important;
}

body .eb-related-title a:hover {
text-decoration: underline !important;
}




3. This is a sample code but you should modify it accordingly



body .eb-related-title a{
font-size: 14px !important;
line-height: 150%;
}



4. To remove the category, you can add the block of css codes below:



body .eb-entry-related div > div.text-muted {
display: none;
}
·
Thursday, 06 August 2015 02:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post