pictogram

Home Forums Jevelin Theme pictogram

Home Forums Jevelin Theme pictogram

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • Sophie Debart
    Participant

    Hi !

     

    Is it possible to change the check pictogram by a own pictogram ?

     

    Thanks,

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

    Hi @Sophie,

     

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

     

    Yes we can achieve this developing custom CSS code.

     

    To achieve it could you please share me the page URL from your site where it is displaying and your pictogram image URL so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Sophie Debart
    Participant

    Oh it’s very nice of you.

    Please find attached the pictogram to put on the Home page :

    http://www.dev.uniaccessgroup.com/

     

    Please remplace the check by this pictogram.

    Thanks in advance,

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

    Solution for this topic

    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-iconbox-icon-shape.sh-iconbox-square {
        background: url("http://www.dev.uniaccessgroup.com/wp-content/uploads/2018/07/fleche-uniaccess.png") no-repeat;
        background-size: 100%;
        padding: 15px;
    }
    
    .sh-iconbox-icon-shape.sh-iconbox-square i:before{
    font-size: 0;
    }

    Sophie Debart
    Participant

    It’s doesn’t work 🙁

    No pictogram now

    Sophie Debart
    Participant

    Oooh fine now it’s ok ! Thanks

    You are most welcome here 🙂

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