@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.
Β