By Dimitry on Wednesday, 30 September 2015
Likes 0
Views 1.2K
Votes 0
Hello,
How can I change the look of Read more button on EasyBlog FrontPage.
I have to replace btn btn-default to btn btn-home btn-lg. I can't find this php file.

Thanks in advance.
Hello Dimitry,

You can find it in this file: ../components/com_easyblog/themes/wireframe/blogs/latest/default.main.php at line 183.
·
Wednesday, 30 September 2015 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Nick,
My custom css button btn-home is outside of EasyBlog style component. It's custom.css for the whole template and easyblog css override my style.
Perhaps, take a look on home page of the website. It's Latest Blog Post Module (in position 3) and my style is working.
Any ideas. I can add this style to your css or maybe there is better ideas.

Thanks again for you support
·
Wednesday, 30 September 2015 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Dimitry,

Please replace the attached file in: ../all/components/com_easyblog/themes/wireframe/blogs/latest/default.main.php and in the custom.css, you may want to add !important for all these class:


.btn-lg, .btn-group-lg > .btn {
border-radius: 0 !important;
font-size: 16px !important;
line-height: 1.33 !important;
padding: 10px 16px !important;
}
.btn-home {
background-color: #e74c3c !important;
color: #ffffff !important;


Hope this helps.
·
Wednesday, 30 September 2015 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nick,
Thanks your tip is very useful.
Also, cold you help me to solve some issue. On the post page there is comment area. If there are no comments is empty and there is a huge gray box. Well, I would like to hide this box if there are no comments yet and add some line: To add the comment please Login.
Something like that, see attached URLs.
·
Friday, 02 October 2015 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Dimitry,

Please replace the attached file in: ../components/com_easyblog/themes/wireframe/comments/default.php.
·
Friday, 02 October 2015 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot Nik,

Done with small modifications.

Thanks again for your help.

Cheers,

Dimitry
·
Friday, 02 October 2015 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Dimitry.


Glad your issue has been resolved. Have a nice weekend
·
Saturday, 03 October 2015 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post