Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #323582

    leastweasel
    Participant

    I need to display a Foursquare and Vine icon that would exactly match the icons on my top content band. (private link on next post)
    Can you let me know the best way to achieve this?

    #323586

    leastweasel
    Participant
    This reply has been marked as private.
    #323629

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    I believe that there were no similar fontawesome foursquare and vine with that looks.

    These were the codes for showing the fontawesome foursquare and vine.

    <i class="x-icon x-icon-vine"></i>
    <i class="x-icon x-icon-foursquare"></i>

    To change it, add this code in your customizer’s custom CSS:

    .x-icon-vine:before{
    content:url{locationofyour/customimageforvine.png}
    }
    
    .x-icon-foursquare:before{
    content:url{locationofyour/customimageforfousquare.png}
    }

    Let us know how it goes.

    Thanks.