How to replace linkpanel with static image

Discussion in 'Poloray WordPress Theme' started by jumpstart48, Apr 26, 2014.

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

    jumpstart48 New Member

    Joined:
    Jul 31, 2013
    Messages:
    6
    Likes Received:
    0
    Hi

    I would like to replace the whole linkpanel with a static image either from the gallery (with a little subtitle) or just a static image. Is this possible?

    Thanks
     
  2. jumpstart48

    jumpstart48 New Member

    Joined:
    Jul 31, 2013
    Messages:
    6
    Likes Received:
    0
    Sorry, more detail the site is http://thegourmetgardener.co.nz/demo (this is the test site) on the front page, the link panel would like to be replaced with an image of the business person who owns the business in exactly the same place, the same size. The image I have is jpg, but I can convert to anything else and I have full control over the hosting platform, so any editing is possible (I am just a little lite on skill).

    Thanks
     
  3. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul.link {
    display: none;
    }
    
    Now,
    Go to the front-page.php file present in your theme directory and paste the code given below in that file as instructed in the image given below.

    Code:
    <div class="x_image" style="float: right;"><img src="Enter the url address of image here" /></div> 
    [​IMG]

    This will solve your issue.
     
  4. jumpstart48

    jumpstart48 New Member

    Joined:
    Jul 31, 2013
    Messages:
    6
    Likes Received:
    0
    Thanks heaps, I love your work!
     
Thread Status:
Not open for further replies.

Share This Page