Notifications
Clear all

wpForo 1.x.x [Solved] you can leave the forum icons rounded

3 Posts
2 Users
0 Likes
619 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 3 years ago
Você pode deixar os ícones do fórum neste estilo arredondado
Topic Tags
2 Replies
Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@neygo

you can give the icons a round background

but for this the icons have to be smaller, maximum 25px

 

.wpforo-forum-icon i { 
    font-size: 25px ! important;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon i:before {
    background:#ff9900;
    width: 1.8vw;
    height: 1.8vw;
    min-width: 25px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
}

 

https://www.screencast.com/t/wYpktGznhOv6

Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 3 years ago
Thank you saved my day