• Resolved aydan1

    (@aydan1)


    Hello everyone,

    can you help me? All social icons on my homepage have disappeared. I also no longer see them in the Blog tab or in the sidebar.

    Do you know how I can get them back?

    Thank you for your help!

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

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

    (@markwaregr)

    Hi there,
    this seems to be a conflict with a third party plugin. Add this

    .socials .fa {
        font-family: FontAwesome!important;
    }

    in your custom CSS box under Customize->Additional CSS to fix the issue

    Let me know if this worked for you.

    Thread Starter aydan1

    (@aydan1)

    Thanks Fotis!

    It worked! 🙂

    Thread Starter aydan1

    (@aydan1)

    Can you also tell me how i can change the color?

    Can you tell me the CSS for the mobile view too? And how can I change the color for the mobile view?

    Thank you!

    Fotis

    (@markwaregr)

    Hi,
    you already have this

    .socials .fa {
    	color:#2d163a;
    }

    in your custom CSS box. You can change the #2d163a color to your preference.
    Do you need different color in mobile?
    Let me know if you need additional help with this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Icons disappeared’ is closed to new replies.