Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
2 Users
1 Reactions
1,076 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 5 years ago
Boa tarde! como faço para aumentar o tamanho dos ícones FORUNS
4 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 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: 5 years ago

I did as recommended, but it didn't work

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

Member
Posts: 1861

@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: 5 years ago
Thanks, missing a key to close the code