• Resolved barrelleaf

    (@barrelleaf)


    Hi, thank you for your amazing and flexible theme.
    I’ve already created a child theme and add some styles to it.

    One thing that I really want to change is the social icon of YouTube.
    I want to change from “fa fa-youtube” to “fa fa-youtube-play.”
    However, I could not find where is the file that I could modify.

    Could you tell me where I could change the icon?
    Thank you.

    Sincerely,
    Nora

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Fotis

    (@markwaregr)

    Hi there,
    add this

    .fa-youtube:before {
        content: "\f16a";
    }

    in your custom CSS box.
    Let me know if you need additional help on this.

    Thread Starter barrelleaf

    (@barrelleaf)

    Hi Fotis,

    It works!
    Thank you, AGAIN.

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change social icon’ is closed to new replies.