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.

 

Style [Solved] Icons too small in threaded layout

3 Posts
2 Users
2 Reactions
1,124 Views
Posts: 12
Topic starter
(@sydchako)
Eminent Member
Joined: 4 years ago

How do I increase the sizes and spacing of the icons in the topic footer in threaded layout. They are too small and too close together.

2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @sydchako,

Insert below CSS code in Custom CSS code field from Dashboard > Forums > Settings > Styles Tab

span.wpforo-action-buttons-wrap i.wpfsx {
    font-size: 15px !important;
}
1 Reply
(@sydchako)
Joined: 4 years ago

Eminent Member
Posts: 12

@chris thnx.