Notifications
Clear all

wpForo 1.x.x [Solved] How To Change Background Color Of Login/Register Pop Up

3 Posts
2 Users
3 Likes
806 Views
Posts: 39
Topic starter
(@jimmy-george)
Trusted Member
Joined: 4 years ago

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
VereK
Posts: 501
(@verek)
Honorable Member
Joined: 6 years ago

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);}
Posts: 39
Topic starter
(@jimmy-george)
Trusted Member
Joined: 4 years ago

@verek, thanks a lot for the code and it worked like a charm!. Really appreciate you taking the time to post the code.

@robert, thanks for confirming the code