How to edit links on footer

Posted in: Newspaper
Post count: 7

Hello,

I need help removing the contact us: words in the footer and I just want to keep my email and use bold text on the email. I have attached a picture which shows the template I’m using for the footer. Your help is appreciated. Custom Footer

Post count: 35449

Hi,

In order to achieve what you want please try this custom css
-> https://www.screencast.com/t/rxfAie5vM
.footer-email-wrap {
color: transparent;
margin-left: -75px
}
.footer-email-wrap a{
font-weight: 800;
}

You need to set the code in the Theme panel> Custom code> Custom css

Hope this will help you!
Thanks.

Post count: 7

Thanks Calin!

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