By Bruno Alecrim on Tuesday, 04 August 2015
Posted in Technical Issues
Likes 0
Views 498
Votes 0
Hi There, How Can I make the following adjustments:

1 - How Can I config to EasyBlog to use a smaller Thubnail? I just use this size: 340x210


2 - How Can I config the line Height in the Title?
How Can I Disable the Underline feture in the title?

Take a look ate the attached image for more details.

With Best Regards
Bruno Alecrim
hey Bruno,

1 - How Can I config to EasyBlog to use a smaller Thubnail? I just use this size: 340x210

You can configure from your backend > Easyblog > settings > layout > post cover > Post Cover Settings (Listing) > check my attached screenshot below.

2 - How Can I config the line Height in the Title?
How Can I Disable the Underline feture in the title?

Actually this underline feature is coming from your current template override Easyblog default styling.
To fix this, you can try apply this following css code in your current template css file and see how it goes?

div#fd.eb .eb-post-title a {
text-decoration: none !important;
line-height: 30px !important;
}
·
Tuesday, 04 August 2015 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
It Worked really fine.
Thank You soo Much!
·
Wednesday, 05 August 2015 04:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Bruno,

You are most welcome. Glad that your issue has been resolved now.
·
Wednesday, 05 August 2015 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post