Hi, with the squirrel theme I want to put two images on the front of the homepage in the homepage two col section anyone know how to do this or even if it is possible with this theme? I also want to change the color of the dotted lines of the homepage? thanks in advance
Go to the Homepage two cols panel and paste the code given below in the Homepage Left Col Description section Code: <img src="Paste the url address of the image" /><br/> For the reference see the image given below. Follow the same above Procedure for the Homepage Right Col Description section. This will solve your image issue. Unfortunately there isn't a way to change the color of the dotted lines of the homepage in this theme, with the help of custom css. Because that dotted line are displaying there with the help of "index-line.png" image. If you want to change it, then follow the steps given below 1. Create your image in which you change the color of dotted line. 2. Go to the images directory (Theme Directory ->images directory ) present in your theme directory and replace the "index-line.png" image with your created image and do make the name of created image same as the previous image (i.e index-line.png ) . This will solve your issue.
thanks for the reply Piyush I'll give this ago if I want these images to be links how would I do that, also what about changing the color of the dashed lines ?
if you want to add link with that images then replace the above replied code with the code given below Code: <a href="Paste your link here"><img src="Paste the url address of the image " alt ="home image" /></a><br/> and follow the remaining procedure of the previous reply. For this issue, follow the Previous reply.