2 Replies
Dec 29, 2020 3:33 pm
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%;
}
Dec 29, 2020 4:49 pm
Thank you saved my day