• Resolved payx

    (@payx)


    Hello,

    Can I change the color of the icon in the team content ? And do you know if it is possible add a personal icon and not take from fontawesome ?

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    You can customize icons with custom CSS like this:

    .hestia-team .footer a[href*="facebook.com"],
    .team .footer a[href*="facebook.com"] {
        color: #3b5998;
    }

    Let us know if it helps you.

    Thread Starter payx

    (@payx)

    It works but in my case the href is not facebook.com and it is too long, it’s not possible to do this in a other way ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change team content icons color’ is closed to new replies.