By Sandra Werner on Monday, 02 February 2015
Posted in Technical Issues
Replies 17
Likes 0
Views 812
Votes 0
Hello,
I find that the grey of the blog font http://www.namungroup.com is too light and I would like to change this.

In general:
Do I have to change font issues in the template or in Easyblog?
How can I change colors of fonts?

It seems that when I change the Header fonts in the preferences of Easyblog, nothing changes.

Thanks for helping!
Hello Sandra,

Hm, sorry but not entirely sure which "gray" section are you referring to here. When I tried to access the front page of the site at http://www.namungroup.com/ I don't actually see EasyBlog there. Am I missing anything here?
·
Monday, 02 February 2015 01:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,
Excuse me, I didn't precise - the frontage of namungroup.com is not Easyblog; but nearly all the rest. Here for ex http://www.namungroup.com/index.php?option=com_easyblog&view=latest&Itemid=885
·
Monday, 02 February 2015 02:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sandra,

Let me get this right, are you referring to these highlighted areas? http://screen.stackideas.com/2015-02-02_0352.png . If so, you can add the css codes below into your template's css file,


.blog-meta-bottom span,
.blog-meta-bottom time {
color: #000 !important;
}
·
Monday, 02 February 2015 03:55
·
0 Likes
·
0 Votes
·
0 Comments
·
No I am talking about the main text.
·
Monday, 02 February 2015 04:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sandra,

I'm sorry, which part you are referring to? Can you provide us a screenshot?
·
Monday, 02 February 2015 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nick,
for the moment, my Easblog articles are only under the main menu HOME - Easyblog.
For example this one: http://www.namungroup.com/index.php?option=com_easyblog&view=entry&id=45&Itemid=1011

I want to change the color of the main text more black so that it is more easy to read and maybe change the font size of the title. I didn't find, where i have to change theses ones. I added 2 screenshots to explain better.
Thank you!!
·
Wednesday, 08 April 2015 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sandra,

For the text color, you can add this css code in your template css file:

#ezblog-body .blog-text {
color: black !important;


As for the title size:

#ezblog-body .blog-read .blog-title {
font-size: 49px !important;


change the size (49px) to your own size. Hope this helps.
·
Wednesday, 08 April 2015 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nic,
thats great. Just a silly question (sorry, I am no developper and I know nothing about CSS; just learning by doing) - which template file is it normally? I scrolled a bit around in several files but I didn't find it.... excuse me!!!!
·
Wednesday, 08 April 2015 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sandra,

This is your template.css file: ../templates/gk_musicstate/css/template.css. You can put the codes at the bottom of the file.
·
Wednesday, 08 April 2015 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nic,
I put in at the bottom like you advised me but it doesn't work.
Here a litte extract only from the end of the file.
}

/* Movable backgrounds for the desktop devices */
body[data-desktop="true"] #gkBottomSection,
body[data-desktop="true"].frontpage #gkBottom3,
body[data-desktop="true"].frontpage #gkDarkBottom {
background-attachment: fixed!important;
}

@media (max-width: 1610px) {
#gkLogo {
margin-left: 20px!important;
}
#gkLogin {
right: 20px;
}
#ezblog-body .blog-text {
color: black !important;
}

}
·
Wednesday, 08 April 2015 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sandra,

Can you provide us your backend and FTP so we can apply the css for you.
·
Wednesday, 08 April 2015 20:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Here we go!!
Many thanks!!!
·
Wednesday, 08 April 2015 20:42
·
0 Likes
·
0 Votes
·
0 Comments
·
HI Sandra,

Thanks for providing us the FTP access, however, I unable to login to your FTP.
By the way, from what I see on your previous reply, you should put the css code at the really end of css file. (Outside of the { } tag.)

#ezblog-body .blog-text {
color: black !important;
}


Please advise.
·
Wednesday, 08 April 2015 20:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thanks, the "black" works now!!
The font-size not yet, but I'll try. Thanks a lot!!
·
Thursday, 09 April 2015 02:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sandra,

You are most welcome.
·
Thursday, 09 April 2015 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi all,
Excuse me - I come back to this issue - I tried to change the size of the TITLE font of the blog.
Please have a look here http://www.namungroup.com/index.php?option=com_easyblog&view=latest&Itemid=885

If you look at the titles, they are extremely big and I would like to do them a bit smaller to get the image a bit more harmonious. Could you please tell me what I have to write and where?

Thank you!!
·
Friday, 22 May 2015 21:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sandra

May I know if there is some cache mechanism on your site or server? I've tried to apply the css fix but it seems like nothing change after the save. It working fine when I try to change the css element directly via browser console. Perhaps you can try apply the following css code manually in .../templates/gk_musicstate/html/com_easyblog/css/styles.css and see how it goes?

#ezblog-body .blog-post .blog-title, #ezblog-body .blog-post .blog-title a {
font-size: 35px !important;
}
·
Monday, 25 May 2015 13:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post