Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Â
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 😉