• Resolved yodel2001

    (@yodel2001)


    Is there a relatively simple way to change the checkmark to something else? I’m able to see the SVG file and can edit it using my IDE. Is that the best way or is there an easier way? Thanks for the great plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author Themosaurus

    (@themosaurus)

    Hi @yodel2001,

    Unfortunately, we do not yet have an option to easily change the badge icon.

    To change this, you can simply add the following CSS code snippet to your website:

    .bp-verified-badge,
    .bp-verified-member .member-name-item > a:after,
    .bp-verified-member .item-title > a:after,
    .bp-verified-member > .author > a:after,
    .bp-verified-member .member-name > a:after {
       background-image: url("ABSOLUTE_URL_TO_YOUR_SVG_OR_PNG");
       background-size: 60%; /* Change icon ratio : 0-100% */
    }

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Change Badge’ is closed to new replies.