Join our new community forum for support & discussion

Join Now

Home Support Themes ListingHive Verified Listing – Different Icon & Description box

Verified Listing – Different Icon & Description box

  • Author
    Posts
  • interfx

    Two simple? questions about ‘verified listings’.

    1. Is there an easy to change the green check circle icon to something different? and how to do this?

    2. How have others added a block/modified to tell users what the green check circle actually means? Something simple in a widget block?

    Thanks in advance –

    ihor developer

    1. It’s easy to change the icon itself with this CSS snippet:

    .hp-listing__verified-badge::before {content:”\f024″}

    You can check the icon codes here https://fontawesome.com/v5.15/icons

    2. There’s a “Verified” text on hover, you can try changing it via Loco Translate if there’s a different meaning, or you want to add some extended description.

    H6Ten

    Hi Ihor,

    I’m having difficulty changing the badge icon as per the CSS snippet above. I’ve added it into the simple customization menu in appearance but it’s still not working.

    .hp-listing__verified-badge::before {content:”\f024″}

    This is the font awesome I’d like to use: <i class=”fas fa-wine-bottle”></i>. f72f. Do I change the f024 to f72f or am I missing something?

    Thank you.

    yevhen developer

    Yes, you are right

    H6Ten

    Unfortunately it’s not changing the badge icon. Please advise.

    yevhen developer

    Please try this CSS snippet. I have just tested it locally and it seems to be ok

    .hp-listing__verified-badge::before {
    content: "\f72f";
    }
    H6Ten

    It’s still showing the shield but now it’s solid. Please advise.

    yevhen developer

    Could you provide link on your website?

    H6Ten

    I can email you the link. Please provide me with an email.

    ihor developer

    You can send any private website details via email support@hivepress.io Please refer to this topic or add the steps to reproduce the issue when sending an email.

Viewing 10 posts - 1 through 10 (of 10 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.