By Tshepo Phasha on Wednesday, 05 April 2017
Posted in General
Replies 8
Likes 0
Views 109
Votes 0
Hi

is it possible to change a font on the name of the user to bold. please have a look at attached screen
It is currently not possible unless you apply some css hacks or modify the theme file. By the way, your license is associated with http://www.gautengacademyofsports.co.za but you are requesting for support on http://www.sastudentnetwork.co.za . Each pro plan only entitles you to support for 1 domain only.

If you are going to use http://www.sastudentnetwork.co.za , let us know so that we can change it under your license.
·
Wednesday, 05 April 2017 17:01
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 05 April 2017 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Noted, I have updated the domain for your license to sastudentnetwork.co.za
·
Wednesday, 05 April 2017 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you share a document of how that can be done to change the fonts
·
Wednesday, 05 April 2017 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
We do not provide support for customizations but one example would be something like this,

[gist]
body .es-stream-title > a {
font-weight: 700;
}
[/gist]
·
Wednesday, 05 April 2017 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

This is not helping, the fonts and colours are not clear and can you give me a path where can change this
·
Wednesday, 05 April 2017 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I have already provided you with the code snippet and all you need to do is to check with your template provider how do you add a custom css codes in the template.

If you cannot get an answer from them, then you could add a custom css code as defined in https://stackideas.com/docs/easysocial/administrators/templating/adding-custom-css-codes

[gist]
body .es-stream-title > a {
font-weight: bold !important;
}
[/gist]
·
Wednesday, 05 April 2017 18:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post