500px social icon

Is it possible to add 500px as a social icon to the activello theme? Have set up a social menu, but would like to add my 500px profile in it.

Hi @folastuen,

I hope you are well today and thank you for your question.

You can try achieving this by creating a social menu item for 500px profile the same way like other social icons and then add the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#social li a[href*="500px.com"] .fa:before {
    content: "\f26e";
}

Best Regards,
Movin

Hi, and thanks for your reply. Tried that now, and all I got was a text stating f26e, instead of a 500px logo

Actually i saw that the slash in the provided CSS code is getting removed after saving the code in the theme Custom CSS option as shown in the attached screenshot therefore it’s not working correctly.

Instead of using this code by adding it in the theme custom CSS option, you can try using it on your site by using the solution as described on the following page.

http://freewptp.com/tutorials/how-to-use-custom-css-in-wordpress-site/

Thanks, that made it! :slight_smile:

You are most welcome here :slight_smile: