By Phivos on Saturday, 19 September 2015
Posted in Technical Issues
Replies 8
Likes 0
Views 667
Votes 0
Hi support,

We would like to have the same font styles and font size in both EasyBlog and EasySocial extensions. We would like to change the EasySocial font styles and size and make them the same as the EasyBlog ones. How can we change them?

For example please see the links below:
EasyBlog component font styles and sizes:
http://www.penaltara.com/blog
http://www.penaltara.com/blog/dokimastiko-arthro-59
http://www.penaltara.com/blog/la-la-la-la

EasySocial component font styles and sizes:
http://www.penaltara.com/component/easysocial/%CE%A0%CF%81%CE%BF%CF%86%CE%AF%CE%BB/470-phivos

Please login with the test user specified in the secure area to see the EasySocial "community" page as well as the font styles and sizes.

Regards,

Phivos Constantinou
Hey Phivos,

I am really sorry for the delay of this reply as it is a weekend for us here. You can actually enforce this by adding the following block of css codes,


body div#fd.es {
font-family: "sourcesanspro","Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
}
·
Sunday, 20 September 2015 00:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Mark,

Thanks for the prompt response. We had in mind that it is weekend there and there was no need for any pressure during the weekend. A reply on Monday would be also great. We thank you for your commitment.

We have put the above code and everything is ok. The only problem was with the font-sizes that were very small in EasySocial. We made some customizations in the style.min.css, more.min.css and base.min.css. The only problem arises with the name of the user in the profile page that does not have a specific class of its own, as you can see in the below link:
http://www.penaltara.com/community/%CE%A0%CF%81%CE%BF%CF%86%CE%AF%CE%BB/470-phivos
Please see the name "phivos" below the cover photo.

Therefore, by selecting a specific "font-size:13px;" for the EasySocial links, then the profile page name was affected as well. If we remove the "font-size:13px;" then all the links are too small as before. Can you put a specific class for the profile page name?

Thank you. Please reply to us on Monday. Have a nice rest of the weekend.

Regards,
·
Sunday, 20 September 2015 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Please note that the site details were sent in the secure area with my first reply yesterday. Thank you.
·
Sunday, 20 September 2015 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Phivos,

I am really sorry for the delay of this reply. You can try the following css code and see how it goes.
body div#fd.es .es-profile-header-title a:link {
font-size: 25px;
}
·
Monday, 21 September 2015 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Ezrul,

Thank you for the prompt and accurate response that worked perfect.

We need in addition to change two other classes and we do not manage to do it. Please see the attached photo.

1. We need to change the color of these option circled in red in the "easysocial menu" module in order to be more visible. If we change the color then all the text of easysocial modules is affected.

2. We need to change the font-size of the ""easyblog welcome module" user name as circled in the attached photo.

In addition, please let us know in which css files we should insert the code.

Regards,
·
Tuesday, 22 September 2015 02:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Phivos,

Please take note that our support policy does not cover customization on your site and the chance that we are helping you with customization are very very unlikely to happen. However you can try to place the css code below inside your template css. Ideally it is best for you to put custom css code inside your /templates/rt_callisto/css/custom.css or template.css instead of easysocial or easyblog core css file.
body div#fd.es.mod-es-menu .es-menu-list>li a {
color: #6BB9F0 !important;
}

.eb .mod-welcome-profile b {
font-size: 25px;
}
·
Tuesday, 22 September 2015 12:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Ezrul,

We apologise for the fact that we missed that point/limit. We are really sorry about any inconvenience caused. I will make sure this will not happen again.

We are very content with your support and your input is highly appreciated. Thank you much.

Regards,

Dan G
·
Tuesday, 22 September 2015 21:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Phivos,

You are most welcome. Glad to hear that your issue has been resolved now.
·
Wednesday, 23 September 2015 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post