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
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.
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.
Ok, cool, thanks for help 😉