Oct 01, 2023 12:14 pm
Hi everyone, I would like to understand how I can change the color of the "the last member" section? you see the user's email in a barely visible color on a white background, I would like to change it to red
4 Replies
Oct 01, 2023 4:11 pm
Oct 01, 2023 4:54 pm
hi I tried to add this code in the additional css in the color settings, but nothing changed, currently the code present is this
#wpforo-wrap{
font-size: 13px; width: 100%; padding: 10px 0; margin: 0px;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-member a{
color: #dd3333;
}
the first code was already present by default
Oct 01, 2023 6:53 pm
yess! now it worked! thank you so much ❤️