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

Question Need some help

4 Posts
2 Users
0 Reactions
331 Views
Posts: 4
Topic starter
(@potowski)
Active Member
Joined: 12 months ago
Bez tytułu

Hello guys,

I style all comment field with css, but I have problem with 2 things. I change paddings top and bottom in Name and Mail fields, but it works only on mobile - I set 14px. Can't change paddings on desktop. I don't know how to change colour buttons in toolkit, I can't wind it in css. Could you help me guys please?

Thanks

3 Replies
Asti
Posts: 7445
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

The CSS codes you can use, are provided below: 

First question: 

I change paddings top and bottom in Name and Mail fields, but it works only on mobile - I set 14px. 

#wpdcom input#wc_email-0_0.wc_email.wpd-field{
    padding-top:  20px;
    padding-bottom:  20px;
}
#wpdcom input#wc_name-0_0.wc_name.wpd-field{
   padding-top: 20px;
   padding-bottom: 20px;
}

 Second question:

 I don't know how to change colour buttons in toolkit, I can't wind it in css.

.ql-snow.ql-toolbar button {
    color:  #9f1414 !important;
}
#wpdcom .ql-toolbar button .ql-stroke{
    color: #9f1414 !important;
    stroke: #9f1414 !important;

}
#wpdcom .ql-toolbar button .ql-fill, #wpdcom .ql-toolbar button .ql-fill {
    color:  #9f1414  !important;
    fill: #9f1414  !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

The red-marked values can be changed as you like.

Don't forget to delete the caches before checking.

 

Reply
Posts: 4
Topic starter
(@potowski)
Active Member
Joined: 12 months ago

Perfect, all is done! Thank you very much for help.

Last question, my guests can vote using voting button only for admin comments, not for other guests comments. In options I allowed guests on voting on comments. Colud you tell me how to solve this?

Thanks

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

Illustrious Member
Posts: 7445

@potowski,

Everything is working fine, please watch this video: 

https://monosnap.com/file/lV0J8R5hhYHWCF8OTGjmZcoZTrAo4l

Just make sure the IPs are not the same. wpDiscuz logs your IP too. It doesn't matter if you're logged in or not, wpDiscuz detects you and knows that you're the owner of this comment. You're not allowed to vote for your comment, even if you've logged out and want to vote as a guest. Try to vote for a comment as a guest from other IP addresses.

Reply
Share: