Notifications
Clear all

wpForo 1.x.x [Solved] increase the size of forum icons

5 Posts
2 Users
1 Likes
688 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 3 years ago
Boa tarde! como faço para aumentar o tamanho dos ícones FORUNS
4 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @neygo,

Please try the following CSS code: 

.wpforo-forum-icon i{
font-size: 30px !important;
}

The red marked value can be changed.

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.

In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 3 years ago

I did as recommended, but it didn't work

1 Reply
Alvina
Moderator
(@alvina)
Joined: 4 years ago

Member
Posts: 1869

@neygo,

We've checked and seen that the code works as expected. See the recorded video below: https://www.screencast.com/t/jUollkOo

Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 3 years ago
Thanks, missing a key to close the code