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

[Solved] How change background?

8 Posts
3 Users
3 Reactions
1,667 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: 8107
 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: 8107

@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: