Add Linkedin Logo in the Home Page Top Right Address

Discussion in 'BlackBird WordPress Theme' started by sirhillary, May 28, 2014.

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

    sirhillary New Member

    Joined:
    Feb 18, 2013
    Messages:
    6
    Likes Received:
    1
    Is it possible to add a linkedin logo or any other pic in the Home Page Top Right Address. I don't see any options when I go to General Setting. http://www.e-co.uk.com/. There is only a text option for the address.

    Thank you
    Valerie
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance > Theme Options > General Settings panel in your dashboard and enter the code given below in the Home Page Top Right Address section.

    Code:
    <img src="Enter the image address here"> 
    This will solve your issue.
     
  3. sirhillary

    sirhillary New Member

    Joined:
    Feb 18, 2013
    Messages:
    6
    Likes Received:
    1
    Hi Piyush:

    I did follow your instruction but it does not seem to work.

    <img src="CarbonTrustAS.jpg">

    Can you please take a look. http://www.e-co.uk.com/. I have the BlackBoard theme.

    Thanks
    Valerie
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You have put the wrong image address in the above code.

    Firstly upload your image in your dashboard from Media Panel.
    and then copy its url address.
    [​IMG]


    Now, Go to the Appearance > Theme Options > General Settings panel in your dashboard and enter the code given below in the Home Page Top Right Address section.

    Code:
    <img src="Paste The Image URL Address Here">  
    This will solve your issue.
     
  5. sirhillary

    sirhillary New Member

    Joined:
    Feb 18, 2013
    Messages:
    6
    Likes Received:
    1
    Thanks for the clear explanation! It works! Now, do you know how I can link the image to a web page? Thanks.
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Use code given below in place of code given in the #2 and add your link and image address in it.

    Code:
    <a href="ENTER IMAGE LINK HERE"><img src="Enter the image address here"></a>
    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. sirhillary

    sirhillary New Member

    Joined:
    Feb 18, 2013
    Messages:
    6
    Likes Received:
    1
    Thank you Nitesh and Piyush. It works!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page