• Resolved cs4me

    (@cs4me)


    Hello,

    I want to add a link to 500px with the 500px icon in the Top Social Menu.

    Current situation:
    a gear is visible (like a setting icon) in the Top Social Menu

    Should be situation:
    show the 500px icon like https://fontawesome.io/icon/500px/

    What I have tried:
    I put in the Individual link the additional class setting “fa fa-500px”.
    The result were both icons – the gear and the 500px.

    What can I do to get the correct icon?

    Thanks in advance.

    Best regards,
    Claudia

    Theme: Start Blogging

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Blogging Theme Styles

    (@bloggingthemes)

    Hi Claudia,

    The gear icon shows up because that particular social icon is not coded in the theme. However, this will help by adding the following CSS to the additional css tab in the customizer:

    .top-social-icons a[href*="500px.com"]:before,
    .social-icons a[href*="500px.com"]:before {
    	content: "\f26e";
    }
    Thread Starter cs4me

    (@cs4me)

    Hi,

    it did work.

    Thank you.

    Best regards,
    Claudia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social icon for 500px is not the correct one’ is closed to new replies.