Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author AdvancedCoding

    (@advancedcoding)

    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; }
    Plugin Author gVectors Team

    (@gvectors-team)

    The css solution seems works fine. Please try it.

    Thread Starter sunkaikit

    (@sunkaikit)

    Thanks I can change label color
    And then
    Can I change label text color too?

    Thread Starter sunkaikit

    (@sunkaikit)

    wc-blog-admin
    wc-post-authort

    I 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; }

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi sunkaikit,
    for the label text color you should add color:#f00!important; with background-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…

    Thread Starter sunkaikit

    (@sunkaikit)

    eg.

    wc-blog-admin > #000000
    wc-post-authort > #000000
    Work

    wc-blog-admin > #ff00
    wc-post-authort > #000000
    Not working

    Thread Starter sunkaikit

    (@sunkaikit)

    I find another thing
    https://kelvinsun.com/picture.png

    see 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

    Plugin Author gVectors Team

    (@gvectors-team)

    As far as I see, there isn’t.
    We’ll add some option for this in near future.

    Thread Starter sunkaikit

    (@sunkaikit)

    I solve the problem
    Change “Comments max depth” from level 2-5 to level 1
    The label colors are normal now

    and I find hide comment/reply is not work in mobile phone

    Plugin Author gVectors Team

    (@gvectors-team)

    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.

    Thread Starter sunkaikit

    (@sunkaikit)

    oh, I mean the button is not working
    Anyway thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘change color’ is closed to new replies.