how do i add several icon/images that link to other pages below the leads capture on the front page. http://hundley.huntercomputersolutions.com/
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 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