How-to and Troubleshooting
3
Posts
2
Users
3
Reactions
903
Views
Feb 09, 2020 3:23 am
Hi,
How can I change the background color of the pop up that comes up with login and register links when someone is not logged in but clicks the reply or add topic button.
I am looking to change that background without it affecting any other area of the forum.
If anyone can be the specific CSS code for that pop up background, that would be immensely appreciated.
2 Replies
Feb 09, 2020 5:07 am
Forum dashboard, style custom css
#wpf-msg-box > p{color:#141414!important;background-color:#color.code.here;background:-moz-linear-gradient(#color.code.here);background:-o-linear-gradient(#color.code.here);background:linear-gradient(#color.code.here);}