Notifications
Clear all

Style [Solved] Icons too small in threaded layout

3 Posts
2 Users
2 Reactions
830 Views
Posts: 12
Topic starter
(@sydchako)
Eminent Member
Joined: 3 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: 3627
(@chris)
Famed Member
Joined: 3 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: 3 years ago

Eminent Member
Posts: 12

@chris thnx.