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:hover, .followBtn:hover {
background: #8B5;
border-color: #693;
}
Best regards.
Last edited by Mihai on Tue Apr 18, 2023 12:07 am; edited 2 times in total