By Piotr Ratkowski on Friday, 05 October 2018
Posted in General Issues
Likes 0
Views 572
Votes 0
Hello
I am wondering how can I change the font used in category list?
Thank You
Hi Piotr,

The font can normally be changed by custom css, provided the template does not override it.

Can you provide me a screenshot of this 'category list'? When you mentioned 'category list module', are you referring to this? https://i.imgur.com/mZ1rPH6.png
·
Friday, 05 October 2018 18:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that is exactly it.
·
Saturday, 06 October 2018 05:09
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try apply this following css into your site backend > Easyblog > theme > custom css and see how it goes.


body #eb.mod_easyblogcategories .mod-cell a {
font-family: fantasy;
}
·
Saturday, 06 October 2018 09:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I inserted this code and nothing changed. What I really want is to make the font a little bit bigger, how ca I achieve that?
·
Monday, 08 October 2018 21:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Piotr,

The custom css for font size is as the following.

body #eb.mod_easyblogcategories .mod-cell a {
font-size: 13px;
}
http://take.ms/NHDyf
·
Tuesday, 09 October 2018 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
I put the css code You gave Me into >Custom CSS in site backend > EasyBlog > Themes > Custom CSS.
The font stays the same.
·
Tuesday, 09 October 2018 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Piotr,

My apologies. Can you try this instead?

body #eb.mod_easyblogcategories .eb-mod-item a {
font-size: 13px;
}
I have tested this locally and it works. http://take.ms/5iOkK
·
Wednesday, 10 October 2018 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes that worked. I can change both font and size now.
Thank You!
·
Wednesday, 10 October 2018 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Piotr,

Thanks for updating us on this. It sounds good that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 10 October 2018 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post