Social media link

Discussion in 'Themia WordPress Theme' started by pardeep kaushal, Mar 27, 2015.

Thread Status:
Not open for further replies.
  1. pardeep kaushal

    pardeep kaushal Guest

    Joined:
    Feb 3, 2014
    Messages:
    8
    Likes Received:
    0
    Hi just want add youtube icon at the top and link it to youtube.
    regrads,
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Pardeep!

    Please follow the screenshot given below.
    themia_add_youtube_icon.png

    PHP:
    <div class="youtube_icon">
        <
    a href="http://www.youtube.com"><img src="http://www.youtube.com/yt/brand/media/image/YouTube-logo-full_color.png" /></a>
        </
    div>
    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .youtube_icon {
      height: 100px;
      width: 150px;
    }
    .youtube_icon a img {
      width: 100%;
    }
    Regards,
    Praveen
     
  3. pardeep kaushal

    pardeep kaushal Guest

    Joined:
    Feb 3, 2014
    Messages:
    8
    Likes Received:
    0
    Hi tried this,
    1. size of icon is too big
    2. it shows up on the left side above slider
    3. not aligned with other social icons
    I want youtube icon the same as facebook and twitter are.
    Regards
    Pardeep
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello pardeep!

    Could you please provide us URL of your website so that we can provide you the exact solution?

    Thanks,
    Praveen
     
  5. pardeep kaushal

    pardeep kaushal Guest

    Joined:
    Feb 3, 2014
    Messages:
    8
    Likes Received:
    0
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello pardeep!

    Please send us your website wordpress login details at [email protected] along with the thread link.

    Thanks,
    Praveen
     
  7. sameerwalkar

    sameerwalkar Guest

    Hi,

    We fixed your issue kindly check. Let me know if have further any doubts.

    Regards,
    Sameer
     
Thread Status:
Not open for further replies.

Share This Page