• Resolved ChriKn

    (@chrikn)


    Hi again,

    I have yet another question / idea.
    Would it be possible to replace font awesome with equivalent personal images/svg files ?
    Thanks to the new GDPR it is a possible problem to load font awesome and it slows the website down a bit too much just for a star icon. Being able to import an svg / png of choice would be a great addition to this plugin IMHO.

    Thanks a lot !
    Best Regards,
    Christian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    There is already a setting to turn off FontAwesome. With some CSS you can then change out the arrows to whatever else you want.

    The settings are in the admin under ‘Testimonials -> Settings’

    Thread Starter ChriKn

    (@chrikn)

    Thanks for the answer !
    Could you point me to the corresponding CSS ? I’d love to use a png/svg instead to reduce external sources and load times…

    Thanks !

    Thread Starter ChriKn

    (@chrikn)

    For people searching for the same idea, I have found the solution, it works quite well, even with an SVG !

    Here is the CSS I added

    .fa.fa-star {
        background-image: url("/where-your-icon-is");
        content: "";
        display: inline-block;
        background-position: center;
        background-size: cover;    
        width: 25px;
        height: 25px;
    }

    Hope this can help someone !

    • This reply was modified 6 years, 2 months ago by ChriKn.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Replace Font Awesome’ is closed to new replies.