By Amy Kuo on Thursday, 27 December 2018
Posted in General
Likes 0
Views 445
Votes 0
Hi Team,

i am using Latest blogs module on my front page.
and i need categories to show with each post. but the style were just not ideal, the font size and color is what i want to change.
is that possible you can point me out where i can change them, or which file i should look into?

Thanks,
Amy
Hey there,

In order to do that, you can add the following CSS code into the custom.css file which I mentioned earlier:

body #eb.eb-mod.mod_easybloglatestblogs .mod-post-type{
display:inline-block;
}


Do take note that you need to clear all of your caches before you see the changes.

Can you have a try and see how it goes?
·
Friday, 28 December 2018 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

In order to do that, you can add the following CSS code into EasyBlog > Themes > Custom CSS:

body #eb.eb-mod.mod_easybloglatestblogs .mod-post-type a {
color: #FFD700;
font-size: 28px;
}


Remember to change the color and font size that you want.

Do take note that you need to clear all of your caches before you see the changes.

Can you have a try and see how it goes?
·
Thursday, 27 December 2018 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin,

thanks for your reply.
i tried to add the code into Custom CSS.
also clean the whole site's cache, and browser's cache, but still the same.

is there anything i done wrong?
Thanks!
·
Thursday, 27 December 2018 17:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I noticed that you used a different template for that page.

In order to do that, you need to press the 'Shaper_floox' as shown in the 'press_here' screenshot first, then open the custom.css file and add the CSS code that I shared into it.

But I had helped you to add it into it already.

Remember to change the color and font size that you want.

Do take note that you need to clear all of your caches before you see the changes.

Can you have a try and see how it goes?
·
Thursday, 27 December 2018 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin,

thanks that works. and one last question, possible i can have multiple categories align horizontal? not vertical?

Best,
Amy
·
Thursday, 27 December 2018 18:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Do you mean that you want to set how many columns in one horizontal layout for the module?

If yes, you can set the value you want at 'Columns (Horizontal Layout)' in its settings.
·
Thursday, 27 December 2018 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin,

sorry for not saying clearly.
i mean the categories, possible to make it align side by side, not up and down.

Thanks!
·
Thursday, 27 December 2018 19:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Irwin

Thanks, it works!

Best,
Amy
·
Friday, 28 December 2018 12:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Friday, 28 December 2018 12:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post