By Jarook on Thursday, 31 August 2017
Posted in General
Replies 5
Likes 0
Views 404
Votes 0
I want reduce the Font size of "Latest Blog Module"
pls help me to update custom css
(See screenshot)
Hey Jarook,

I am really sorry for the delay of this reply as it is actually a public day off for us here. You can add the following block of css codes into /templates/elegant/css/custom.css to reduce the size or change the size accordingly

[gist]
body #eb .eb-mod-media-title {
font-size: 11px;
}
[/gist]
·
Friday, 01 September 2017 13:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jarook,

I am really sorry for the delay of this reply as it is actually a public day off for us here. I tried to access http://sriface.com/ but don't seem to see any recent blog posts module enabled there.

Do I need to login to the site first? If so, can you please provide us with the login credentials please?
·
Thursday, 31 August 2017 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok now check..I hv enabled that module for public.
·
Thursday, 31 August 2017 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
It's ok.
Ok..Thanks..and also need to reduce font size of "intro text" of easyblog module.. pls see the screen shot.
·
Friday, 01 September 2017 15:18
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try this following CSS block code :


#eb .eb-mod-body {
font-size:10px !important;
}
·
Friday, 01 September 2017 15:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post