Footer text editor

Posted in: Newspaper
Post count: 15

Hi,

I want to know if it’s possible to add a link in the footer text (I chose footer style 4) like in the post or page editor where you can select a word or a phrase and then put a link. Is it possible?

Thanks,
Ivan

Post count: 7909

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!

Post count: 15

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?

http://prntscr.com/7vrjz2

Ivan

Post count: 7909

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!

Post count: 15

Hi,

It didn’t work. Can you have a look in my site?

http://professoraolga.com.br/

Post count: 15

Hi,

It didn’t work. Can you have a look in my site?

http://professoraolga.com.br/

Post count: 7909

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!

Post count: 15

Hi,

I did that without alteration. See the pictures:

http://prntscr.com/7wg3i2
http://prntscr.com/7wg5jw

Thanks

Post count: 1291

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!

Post count: 15

Hi,

Thank you! It worked.

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.