The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
I need help with so...
 
Share:
Notifications
Clear all

Question [Solved] I need help with some custom css

3 Posts
2 Users
1 Likes
286 Views
Posts: 4
Topic starter
(@potowski)
Active Member
Joined: 8 months ago

 

Bez tytułu

Hello guys,
I need a help with custom css to design some things in my comment form.

1. I need to design this button, I style button in theme but not working with plugin, only with classic wp comment form. I need to change font family, font weight and button paddings.

2. I need to change colour and size of this elements.

3. I need to set up the same size of comments and reply comments.

4. I need to change weight of this element.

5. Change the colour of this line.

6. Border on mobile is grey, not black as on desktop, I need to change this.

Thank you very much

2 Replies
Asti
Posts: 7165
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi,

Please note, we don't provide CSS codes for style customization. We may help with 1-2 simple questions related to colours and background but not more. 

Just find the classes by pressing F12 on the browser and opening Chrome or Firefox Console, it'll help you easily write CSS rules you need to customize. 

CSS

For example, the first point can be changed by using the CSS code below: 

#wpdcom .wc-field-submit input[type="submit"] {
    font-weight: bold;
    font-style: italic; 
}

The rest of the colours you should change yourself. I may suggest you check out this FAQ:  https://wpdiscuz.com/community/f-a-q/how-to-customize-the-wpdiscuz-wordpress-plugin-styles/#post-20534

It should be helpful for you. 

Thank you for your understanding.

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

Ok, cool, thanks for help 😉

Share: