Hello,
Since Forumotion has introduced an follow members feature, the css of it is not personalized, so i gonna give this code for you (Credits goes to YoshiGM):
Bonus code, if you wanna edit it:
Best regards.
Since Forumotion has introduced an follow members feature, the css of it is not personalized, so i gonna give this code for you (Credits goes to YoshiGM):
- Code:
#followBtn, .followBtn {
padding: 5px;
margin-top: 6px;
margin-bottom: 6px;
line-height: initial;
display: flex;
align-items: center;
cursor: pointer;
border-radius: 3px;
color: #fff;
font-weight: 700;
border: 1px solid;
background-color: #007bff;
}
Bonus code, if you wanna edit it:
- Code:
#followBtn.follow::before, .followBtn.follow::before {
background-image: url(https://illiweb.com/fa/icon_notif.svg);
}
#followBtn::before, .followBtn::before {
margin: 0;
font-size: 16px;
content: '';
height: 14px;
display: block;
width: 14px;
background: center no-repeat;
}
Best regards.