Plus symbol in Counter

Home Forums Jevelin Theme Plus symbol in Counter

Home Forums Jevelin Theme Plus symbol in Counter

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • kunal_83
    Participant

    I want to use ‘+’ symbol in counters. How to do that?

    Also, not getting verticle divider style in counter.

    Hi @kunal_83,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying and also share me the screenshot of how you want it to display so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    kunal_83
    Participant

    I want to use ‘+’ sign in my counter figures. But i am not getting ‘+’ (please refer attached image)

    Attachments:
    You must be logged in to view attached files.

    Ok

     

    Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?

    kunal_83
    Participant

    https://kelvinpipes.000webhostapp.com/wp-admin/

    Username: Kelvinpipes
    password: kelvinpipes2019#

    Solution for this topic

    Please don’t share sensitive information on the forum as this is public forum so the information shared can be misused by others.

     

    Please change the shared credentials ASAP.

     

    If you want to share anything privately then you can do so by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-counter-number:after {
        content: "+";
        display: inline-block;
        font-size: 35px;
        vertical-align: top;
    }
    
    #counter-9da4e0e625060959e670601059498a36 .sh-counter-number:after {
        display: none;
    }

     

    kunal_83
    Participant

    Yes, i will take care next time.

    And, Thanks.

    You are most welcome here 🙂

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