Hello. I need to essentially replicate this in my website’s footer.
I need the icons to each have their own individual link that I can specify. I’ve thumbed through these forums and have taken a look at the Enfold documentation, however, I can’t find a straightforward to do this.
Is this possible within Enfold, or am I coding this manually in HTML/CSS?
Thanks all!!
Hey MulattoTech,
You can do this a text widget a little HTML. Go to Appearance > Widgets, and put a Text widget into your footer. In your text widget, put “Associations” as the title, and put the simple HTML into the content of the widget.Your code will be something like this:
<a href="your link"><img src="your image"></a>
This is actually a WordPress function, and not an Enfold one.
Here’s a thread that can help you: https://en.forums.wordpress.com/topic/how-to-add-image-with-link-in-footer
Best regards,
Sarah
Thanks Sarah. I was just curious if Enfold had some sort of Social Media type of plugin that I just wasn’t seeing anywhere. I’ll go ahead and whip something up using flexbox and style it to fit my needs.
I appreciate it :-D