2 icons not showing on front end

Home Forums Jevelin Theme 2 icons not showing on front end

Home Forums Jevelin Theme 2 icons not showing on front end

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • MagicMarissa72
    Participant

    Hello,

     

    Please see the attached screen shot of a content panel from my website homepage. The icons at the top of the left hand side and right hand side text columns have disappeared from the the front end.

     

    They had previously been displaying correctly – everything is the same in the back end – the icons are still in the CMS – they are just no longer displaying on the front end home page.

     

    Can you please help to resolve this

     

    Thanks

    Marissa

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

    Hi Marissa,

     

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

     

    Could you please share me your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    MagicMarissa72
    Participant

    Yes of course,

    the url is: https://talkingtostrangersproject.org

     

    Cheers

    marissa

    Please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

     

    If you still face the issue then please add 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

     

    i.sh-icon-data.ti-back-left,
    i.sh-icon-data.ti-check{
        font-family: simple-line-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    
    i.sh-icon-data.ti-check::before {
        content: "\e080";
    }
    i.sh-icon-data.ti-back-left::before {
        content: "\e605";
    }
Viewing 4 posts - 1 through 4 (of 4 total)