@Wlork, I have a CSS question, would you be able to help? I am not able to send a PM on here though. I didn't see you on the Flarum Discord either. Figured this was a safe space to post. DIdnt want to hijack the other thread either.
I have a custom button added to my profile page, and am trying to edit the colors but for some reason I cannot get the text to change.
.App-titleControl .item-sth {
display: inline-block;
cursor: pointer;
white-space: nowrap;
padding: 2px 10px;
border-radius: var(--border-radius);
user-select: none;
text-color: #ffffff;
color: var(--button-color);
background: var(--button-bg);
border: 0;
}
.item-sth .hasIcon i{
display:none;
}
.App-titleControl .item-sth a{
padding-left:0px !important;
}
.item-sth a span{
font-weight:700;
}