• Resolved mustainsani

    (@mustainsani)


    Hi,

    I want to add some social icon on the top right corner. How can i do this? someone please guide me.

    Thanks

    • This topic was modified 7 years, 7 months ago by mustainsani.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    To accomplish this, you’ll just need to create a new custom menu from Appearance > Menus. Once you’ve done that, you can use the Custom Links option to add your social network links. Finally, assign the new menu to to the “Social Links” menu location by checking the box at the bottom of the screen.

    Here’s an example using Facebook and Twitter. You would just use links to your own profiles instead of directly linking to the sites as I’m doing here:

    These are the supported networks:

    Codepen, Digg, Dribbble, Facebook, Flickr, Google+, GitHub, Instagram, LinkedIn, Pinterest, Pocket, Polldaddy, Reddit, Skype, Stumbleupon, Tumblr, Twitter, Vimeo, WordPress, Youtube, and feeds (RSS). Unsupported networks will appear with a simple star icon.

    You can see more information on using this theme here:
    https://wordpress.com/theme/apostrophe

    Thread Starter mustainsani

    (@mustainsani)

    Hi David C.,

    Is there any way to change the grey color of the icons?
    Anyway thanks for your help. Bye.

    Hi @mustainsani,

    You can change the colour by adding the css below to the customizer. The # colour value can be changed to whatever you prefer.

    .apostrophe-social li a::before {
        color: #404040;
    }
    Thread Starter mustainsani

    (@mustainsani)

    Ohh it works!, thanks a lot to both of you. bye.

    You’re welcome ??

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