Tagged: banner
Good morning. I use enfold well.
I have one question.
I would like to put three small image banners in the footer column 2 at the bottom.
Is there anything I can add easily?
I tried to find a way but I could not find it.
Hey FOARK,
You could put the image in your widget with code like this:
<img src="/wp-content/uploads/image.jpg" height="142" width="142">
Perhaps you could post the images and a explanation how you would like to see them, so we could be of more assist.
Best regards,
Mike
Thank you for answer.
I guess I did not get the explanation right.
What I want to install is the link image banner, but I just said it is an image banner.
I want to make the edit of the desired result in Photoshop.
I want to change column 2 part like this.
I look forward to your kind reply. Thank you.
Hi,
Ok I see now, first go to Enfold Theme Options > Footer > Footer Columns and change it to 3
Then go to WordPress > Appearance > Widgets and add a Custom HTML widget to the second column.
Then use this code for your link:
<a href= "http://127.0.0.1" target="_blank"><img src="https://127.0.0.1/wp-content/uploads/banner.jpg" alt="banner" width="100%"></a>
replacing your link & image path for your own.
Best regards,
Mike