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

[Solved] How to expand background

5 Posts
2 Users
0 Likes
669 Views
Posts: 3
Topic starter
(@abe675)
Active Member
Joined: 4 years ago

I had previously received help and it was working until the update.
Link to previous post: https://gvectors.com/forum/wpdiscuz-comment-plugin-support/how-to-expand-background/
The URL seems to be dead. How do I implement the same again and change the background color to #080D37
Website Link

4 Replies
Asti
Posts: 7123
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @abe675,

Use these CSS codes

#comments {
margin: 0 auto;
max-width: 100%;
width: 100%;
background: #080d37;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{
background: #080d37 !important;
}
#wpdcom .ql-container {
background: #6b6b6b;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
background: #6b6b6b;
}
#wpdcom .ql-toolbar {
background: #ccc;
}
#wpdcom .ql-toolbar .ql-stroke {
stroke: #5f3131 !important;
}

Above provided CSS codes are examples that values you can charge to make it fits your websites. 

Posts: 3
Topic starter
(@abe675)
Active Member
Joined: 4 years ago

Thank You so much.
How to change text color of comments and inside the ql-container / editor?

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

Illustrious Member
Posts: 7123

@abe675,

Below is provided a CSS code:

#wpdcom .ql-editor>* {
color: #fff;
}

Please note, that we don't provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We can not help you customize all components of website style, these are custom requirements and should be done by website owners. We only help with general questions and issues.

Thank you for your understanding.

You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console.

Posts: 3
Topic starter
(@abe675)
Active Member
Joined: 4 years ago

Thank you again

Share: