• Resolved in4fun

    (@in4fun)


    Hi, first off – you created an amazing plugin – thanks a lot!!!

    I’d like to remove “guest” badges completely or alternatively use a subtle black & white color for unregistered users to motivate people to subscribe and get a shiny “member” badge.

    Could you point me in the right direction?

    https://ww.wp.xz.cn/plugins/wpdiscuz/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi
    You can manage user label style adding this CSS code in Dashboard > wpDiscuz > Background and Colors Tab “Custom CSS code” textarea:

    #wpcomm .wc-blog-admin .wc-comment-label{ color:black; }
    #wpcomm .wc-post-author .wc-comment-label{ color:red; }
    #wpcomm .wc-blog-member .wc-comment-label{ color:green; }
    #wpcomm .wc-blog-guest .wc-comment-label{ display: none; }
    Thread Starter in4fun

    (@in4fun)

    That works fine then – thanks again – your support rocks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘modifying avatar badges’ is closed to new replies.