Footer more professional

Hi I want my footer to currently look like the photo attached. Website is www.envirofwa.com. I want to make the number number click able as well as the email. Have the latest news, Quicklinks and a Facebook feed.

Can you please advise on how i do this? I can’t even seem to change the colour of mine.

Hey @envirogroup,

You need to turn the number and email as a link. See https://youtu.be/lFwyThO-Peo. For more details about the protocols, please see the links below


To change the text color of the links, please add this code in Theme Options > CSS

footer a {
    color: lightgray;
    text-shadow: none;
}

For display your Facebook feed, you can past your FB feed embed code in a Custom HTML widget.

I’d recommend you upgrade to Pro for this though as you might need a bit more custom CSS to achieve what you need.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.