• Resolved dunks80

    (@dunks80)


    Hi Guys,

    I’ve just noticed that the Facebook Icon in the social media section of my webpage has changed. I think it might have happened when I upgraded to the new version of customizer, but can’t be 100% sure.

    Any idea what’s caused it, and how I might fix it?

    https://www.LeafRootFruit.com.au

    Thanks

    Duncan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Menaka S.

    (@menakas)

    Hi,
    In your child theme’s style.css, you have this.

    .icon-facebook::before {
        content: '\f203';
    }

    Remove it so that the default facebook icon comes up.
    Or change it to this.

    .icon-facebook::before {
        content: '\f09a';
    }

    Thread Starter dunks80

    (@dunks80)

    Thanks Menaka. All fixed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Facebook Icon has changed (since update?)’ is closed to new replies.