AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] How To Change Background Color Of Login/Register Pop Up

3 Posts
2 Users
3 Reactions
1,265 Views
Posts: 39
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@jimmy-george)
Trusted Member
Joined: 6 years ago
[#12095]

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.  

 foro

2 Replies
VereK
Posts: 522
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@verek)
Honorable Member
Joined: 8 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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@jimmy-george)
Trusted Member
Joined: 6 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

 


Share: