Hi,
You can add a link to the footer text in Theme Panel – http://screencast.com/t/tpryjyWrI3v and change the color using custom css in Theme Panel > Custom Css – http://screencast.com/t/OXnM5ytOn4bk
.footer-text-wrap a {
color: #4db2ec;
}
Thanks!
Thanks,
It worked but when I did that the last phrase: “Entre em contato: olga@professoraolga.com.br” became all in the same color but I want the phrase :”Entre em contato:” in white and :”olga@professoraolga.com.br” in another color. See the picture to understand. How can I change the color?
Ivan
Hi,
This did not happen on my side, you can try also this custom css – http://screencast.com/t/pVzVc8wx7Y and see if it works.
.footer-email-wrap {
color: #fff;
}
Provide a link so we can take a look if this doesn’t help.
Thanks!
Hi,
Please check your footer text and make sure that you have closed all link tags as I have checked this on my side an I could recreate it – http://screencast.com/t/VHpVk6YJZy1
Thanks!
Hi,
I did that without alteration. See the pictures:
http://prntscr.com/7wg3i2
http://prntscr.com/7wg5jw
Thanks
Hi,
From your image i see that the link is displayed inline, try to add a class to it and use custom css to set it to display:block. – http://pastebin.com/DfJh2ivz
Thank you!