Sep 09, 2020 8:37 am
Hello, last color change i want to make to my forums is to make your "powered by wpforo" more visible. I would like it to be white. Do you guys have just some css code for it? Everytime when i try to change the colors i mess everything up and now i'ts perfect except this one.
Problem in the gyazo link
3 Replies
Sep 09, 2020 9:00 am
Hi @miikinki,
Please try the following CSS code:
.bottom-copyright{
color: #ffffff !important;
}
The CSS code should be added in the Dashboard > Forums > Settings >Styles admin page Custom CSS Code textarea.