Social Media in Header

Discussion in 'Dzonia WordPress Theme' started by mmccollum, Aug 19, 2013.

Thread Status:
Not open for further replies.
  1. mmccollum

    mmccollum New Member

    Joined:
    Aug 16, 2013
    Messages:
    4
    Likes Received:
    0
    I love the social media that appears in the footer, but I'd like to have it about the feature image and blow my header icons. help?

    or

    Is it possible to add social media icons (Facebook, Twitter, YouTube, etc.) to the top right of the page above the menu?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Firstly go to footer.php present in your theme directory and follow the instruction as shown in image given below

    2013-08-20_1122.png


    Now, go to header.php present in your theme directory and paste that code there.

    Check image for reference

    2013-08-20_1125.png



    Now, Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .social_logos{
    float:right;
    }

    This will solve your issue.
     
  3. mmccollum

    mmccollum New Member

    Joined:
    Aug 16, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks, worked perfect.
     
Thread Status:
Not open for further replies.

Share This Page