change color
-
Is it possible to change the color of green labels?
like
Admin with red color instead of green
I suggest to add this feature on the next version
Thanks
-
Hi sunkaikit,
You can set different bg colors for labels like this
Just Put this code in wpdiscuz options page Custom CSS Code area and save options#wpcomm .wc-blog-admin > .wc-comment-left .wc-comment-label{ background-color: #f00!important; } #wpcomm .wc-post-author > .wc-comment-left .wc-comment-label{ background-color: #f00!important; } #wpcomm .wc-blog-member > .wc-comment-left .wc-comment-label{ background-color: #f00!important; } #wpcomm .wc-blog-guest > .wc-comment-left .wc-comment-label{ background-color: #f00!important; }The css solution seems works fine. Please try it.
Thanks I can change label color
And then
Can I change label text color too?wc-blog-admin
wc-post-authortI find this two, they need to change the same color together, otherwise it will not work
#wpcomm .wc-blog-admin .wc-comment-label{ background-color: #f00!important; }
#wpcomm .wc-post-author .wc-comment-label{ background-color: #f00!important; }
#wpcomm .wc-blog-member .wc-comment-label{ background-color: #184777!important; }
#wpcomm .wc-blog-guest .wc-comment-label{ background-color: transparent!important; }#wpcomm .wc-blog-admin .wc-comment-right{ background-color: #f9f9f9!important; }
#wpcomm .wc-post-author .wc-comment-right{ background-color: #f9f9f9!important; }
#wpcomm .wc-blog-member .wc-comment-right{ background-color: #f9f9f9!important; }
#wpcomm .wc-blog-guest .wc-comment-right{ background-color: #f9f9f9!important; }#wpcomm .wc-blog-admin .wc-comment-text{color: #f00!important; }
#wpcomm .wc-post-author .wc-comment-text{ color: #f00!important; }
#wpcomm .wc-blog-member .wc-comment-text{ color: #184777!important; }
#wpcomm .wc-blog-guest .wc-comment-text{ color: #123456!important; }Hi sunkaikit,
for the label text color you should addcolor:#f00!important;withbackground-color: #f00!important;I find this two, they need to change the same color together, otherwise it will not work
I didn’t follow you…
eg.
wc-blog-admin > #000000
wc-post-authort > #000000
Workwc-blog-admin > #ff00
wc-post-authort > #000000
Not workingI find another thing
http://kelvinsun.com/picture.pngsee this
(If there is copyright blocking, just copy and paste the link and you will see the picture)I think there is no solution to solve right now
As far as I see, there isn’t.
We’ll add some option for this in near future.I solve the problem
Change “Comments max depth” from level 2-5 to level 1
The label colors are normal nowand I find hide comment/reply is not work in mobile phone
Ok,
and I find hide comment/reply is not work in mobile phone
This doesn’t depends on device. That’s impossible. Make sure you’ve hidden comment/reply button for members and guests. There is not a general option for disabling this button for all. It seems you’ve not checked “Hide reply button for guests” option and visit site as guest through mobile device.
oh, I mean the button is not working
Anyway thanks
The topic ‘change color’ is closed to new replies.