Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, I’m not very familiar with customising WordPress themes.

    I was hoping for a social link icon to link to my Amazon author page. As there was no icon for this available, I thought maybe I’d just be able to assign a different icon to the pinterest social link, but as Runningquig suggested, it looks like not all the FontAwesome icons are installed.

    I was hoping to replace the pinterest icon with f02d, which is a book image. To do this, in my eino-child css file, I overwrote the the class icon-pinterest as follows:

    icon-pinterest:before
    {
    content: ‘\f02d’;
    }

    Like the other user, all I got displayed was a little square.

    I then tried to install the full FontAwesome plugin, but that seems to have its own definition of icon-pinterest and ignored my attempt to overwrite it.

    Can you please advise what I can do to overwrite the pinterest icon or add another icon for my Amazon author page?

    Thanks!

    Marta

Viewing 1 replies (of 1 total)