By jimmy rucker on Friday, 19 January 2018
Posted in General Issues
Replies 17
Likes 0
Views 1K
Votes 0
How do you control the easy blog category icon size ?
Hi there,

You can apply them on css below at your custom.css file. In order for you to do css template override, you can apply them by following steps provided here https://stackideas.com/docs/easyblog/administrators/customizations/template-overriding on "Template CSS Overrides" sections.


//configure them accordingly
#eb .fa-folder-open::before {
font-size: 21px;
}



Please give it a try and see how it goes.
·
Friday, 19 January 2018 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks i tried it but nothing happened

I pasted the code

//configure them accordingly
#eb .fa-folder-open::before {
font-size: 21px;
}

is there a specific line for icon size or do 1 of the themes make the smaller ?
·
Friday, 19 January 2018 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Maybe you can provide us on which particular view you wanted to increase them for further check on this. By the way, it will follow those font you set for you meta(date and etc).

Maybe you can provide us with your backend for further check on this issues also. Please advice.
·
Saturday, 20 January 2018 01:31
·
0 Likes
·
0 Votes
·
0 Comments
·
where do I place the site admn login and ftp info ?
·
Thursday, 17 May 2018 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jimmy,

You can edit your first post to include the site access or alternatively set it at https://stackideas.com/dashboard/site
·
Thursday, 17 May 2018 01:01
·
0 Likes
·
0 Votes
·
0 Comments
·
hello I just updated the login information. can you please tell what you did to change the category icon size in case I have to do it again.

thanks
·
Thursday, 17 May 2018 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Seems like my IP have been blocked on your end as you can see here http://take.ms/ovCaf. Here my IP 219.92.68.255

Please advice.
·
Thursday, 17 May 2018 09:16
·
0 Likes
·
0 Votes
·
0 Comments
·
should be good now
·
Thursday, 17 May 2018 09:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied css codes below and it should shown a bit smaller now. You can adjust them accordingly. Please give it a check and see how it goes.

[gist type="css"]
#eb .eb-category-profile .eb-avatar img {
width: 30px;
height: 30px;
}
[/gist]
·
Thursday, 17 May 2018 11:24
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks much where or what file do I change these codes in ?
·
Thursday, 17 May 2018 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Same as where you included your custom css before at this path template/shaper_news365/css/custom.css

Please advice.
·
Thursday, 17 May 2018 12:25
·
0 Likes
·
0 Votes
·
0 Comments
·
the icon size for the Uncategorized blog category seems to look the same 160x160
·
Thursday, 17 May 2018 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I believed that you retry them on your site and it seems that it got cache. Make sure you clear your browser and site cache first and check whether it working or not. I have cleared your current site cache on your site and it should shown correctly now as you can see here http://take.ms/eFMI3.

Please give it a check and see how it goes.
·
Thursday, 17 May 2018 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I may have not been clear about the question it is the icons size in the category modules

http://www.clipular.com/c/5284732477374464.png?k=uiTjjRsuEx4voAQZieAvqbncmx8

thanks
·
Sunday, 20 May 2018 04:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jimmy,

I am really sorry for the delay of this reply as it is a weekend for us here. Ah, we may have misunderstood your question earlier. You can resize the width and height of the category picture by adding the block of css codes below:

[gist]
body #eb .eb-mod-media-thumb {
width: 48px;
height: auto;
}
[/gist]

You can set the width to your own desired width.
·
Sunday, 20 May 2018 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks where do I add it again ?
·
Monday, 21 May 2018 08:07
·
0 Likes
·
0 Votes
·
0 Comments
·
HI there,

You can add them at this path template/shaper_news365/css/custom.css. By the way, i have included them for you and it should shown how it should now.

Please give it a check.
·
Monday, 21 May 2018 09:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post