How to put logo on front page

Discussion in 'Appointway WordPress Theme' started by pauljw, Jul 26, 2014.

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

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I wonder if you can help me with this issue.
    The problem is, the first logo was simple to put in because it had a code to paste into the top right contact details box.
    The new log is just a .jpg.
    I want to put it next to the old one.
    Do you know how to do this?
    Many thanks
    Paul.
    The web site is: www.doncastercarpetcleaners.co.uk

     
  2. Nitesh

    Nitesh Support Staff

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

    Upload that logo in your media library, Click edit and copy URL from right side panel.
    Check image for reference.

    media2.png

    And put that URL in the code format given below.

    Code:
    <a href="ADD LINK URL">ADD LOGO IMAGE URL HERE</a>
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
  4. Nitesh

    Nitesh Support Staff

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

    Replace code given below with your previous code in the 'Top right contact detail'.

    Code:
    <p> &nbsp;
    01302 874 613<br><br>Text a Quote:&nbsp;
    &nbsp;
    075 4488 0558
     
    <a class="first-img" href="http://www.tacca.co.uk/?utm_source=members&amp;utm_medium=logo&amp;utm_campaign=8588oe" title="Carpet Cleaners Association"><img src="http://www.tacca.co.uk/wp-content/themes/directorypress/thumbs/TACCA-1d-400.png" alt="Carpet Cleaners Association" width="200"></a>
    <a class="second-img" href="#"><img src="http://www.doncastercarpetcleaners.co.uk/wp-content/uploads/2014/08/Carpet-Cleaning.jpg" width='200'/></a>
    </p>
    Add redirect link in place of #(Check last line of code)

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Nitash, Thanks for that, it works fine. However, can you tell me how to make the gap between them a little bigger. They look a little tight at the moment.

    Many thanks

    Paul.
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use &nbsp between both images.
    Code:
    <a class="first-img" href="http://www.tacca.co.uk/?utm_source=members&amp;utm_medium=logo&amp;utm_campaign=8588oe" title="Carpet Cleaners Association"><img src="http://www.tacca.co.uk/wp-content/themes/directorypress/thumbs/TACCA-1d-400.png" alt="Carpet Cleaners Association" width="200"></a>
    &nbsp;
    <a class="second-img" href="#"><img src="http://www.doncastercarpetcleaners.co.uk/wp-content/uploads/2014/08/Carpet-Cleaning.jpg" width='200'/></a>
    
    Thanks & Regards
    Yogesh Bhade
     
  7. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
Thread Status:
Not open for further replies.

Share This Page