Add Images on front page

Discussion in 'Local Business WordPress Theme' started by huntercs, Jun 12, 2014.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    Go to front-page.php present in your theme directory and add the code given below

    Code:
     <ul>
    <li><a href="ENTER YOUR URL HERE"><img src="ENTER YOUR IMAGE ADDRESS HERE"></li>
             <li><a href="ENTER YOUR URL HERE"><img src="ENTER YOUR IMAGE ADDRESS HERE"></li>
    <li><a href="ENTER YOUR URL HERE"><img src="ENTER YOUR IMAGE ADDRESS HERE"></li>
    <li><a href="ENTER YOUR URL HERE"><img src="ENTER YOUR IMAGE ADDRESS HERE"></li>
    <li><a href="ENTER YOUR URL HERE"><img src="ENTER YOUR IMAGE ADDRESS HERE"></li>
    </ul>

    Check image for reference

    2014-06-13_1208.png



    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    div.frontpage_leadcapture ul li {
    display: inline-block;
    margin-left:20px;
    margin-top:10px;
    }
    div.frontpage_leadcapture ul li a img{
    width:50px;
    height:50px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    I've added blank images and the are inside the blue box. i want to move them to below the blue box.
     

Share This Page