Change font of footer (Craft Ideas demo)

Posted in: Newspaper
Post count: 7

Hi there,

I am happy with the footer on my site except for the font for the “footer text” and “your email address”. I would like to set them as Montserrat. Can you please let me know what css I should use to do this?

Please note: I have set all fonts found in the Newspaper Theme panel to Montserrat but it hasn’t updated hence the need for CSS.

Cheers
Ryan

Post count: 35449

Hi,

For this you can use a custom css -> https://www.screencast.com/t/bmyg8Nc2
.td-footer-wrapper .footer-text-wrap {
font-family: 'Open Sans', arial, sans-serif;
}
.td-footer-wrapper .footer-email-wrap{
color: #86054c;
}
.td-footer-wrapper .footer-email-wrap a{
color: #2323df;
}

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

Hope this will help you!
Thank you!

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