How change backgrou...
 
Share:
Notifications
Clear all

[Solved] How change background?

8 Posts
3 Users
3 Likes
1,064 Views
Posts: 5
Topic starter
(@tom86)
Active Member
Joined: 4 years ago

Hi,

how can I change background in marked places on the form?

backgrouns wpdiscuz
7 Replies
Asti
Posts: 7054
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hoi @tom86,

You should use custom CSS codes like this one:

#wpdcom .ql-editor {
background-color: #bde0ff;
}
#wpdcom .ql-toolbar {
background-color: #bde0ff;
}
div#comments {
background-color: #bde0ff;
}

Just change the values of the background-color CSS proporties. 

The CSS codes should be added in the Custom CSS Code textarea, loacted in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Reply
6 Replies
(@tom86)
Joined: 4 years ago

Active Member
Posts: 5

@asti Thank you so much! I will check this. 🙂

Reply
(@tom86)
Joined: 4 years ago

Active Member
Posts: 5

@asti I can't change the color here. 🙁

background

 

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7054

@tom86,

Please leave some example URL. 

Reply
(@tom86)
Joined: 4 years ago

Active Member
Posts: 5
Support
(@zackar)
Joined: 8 years ago

Trusted Member
Posts: 65

Hi @tom86

use this CSS code

#wpdcom.wpd-dark {

    background: #111;
}
Reply
(@tom86)
Joined: 4 years ago

Active Member
Posts: 5

@zackar This is it! Thank you very much! 🙂

Reply
Share: