The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How change backgrou...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] How change background?

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

Hi,

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

backgrouns wpdiscuz
7 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 5 years ago

Active Member
Posts: 5

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

Reply
(@tom86)
Joined: 5 years ago

Active Member
Posts: 5

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

background

 

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

Illustrious Member
Posts: 8075

@tom86,

Please leave some example URL. 

Reply
(@tom86)
Joined: 5 years ago

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

Trusted Member
Posts: 67

Hi @tom86

use this CSS code

#wpdcom.wpd-dark {

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

Active Member
Posts: 5

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

Reply
Share: