@kedo7
issue with the padding on the left and right sides of the comments on mobile
Use this CSS code:
#wpdcom{
padding: 6px 12px;
}
and how could i change this red color
Please read this documentation: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/user-labels-and-badges/#comment-author-label-colors-by-user-role
and this green color here
Use this CSS code:
#wpdcom .wpd-up svg {
fill: #ff7979 !important;
}
The red-marked values should be changed as you like.
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.
Also, please try in incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.