Motion theme: Changing the typography just for footer

Hi,

I have 2 questions:

1- How do you change the typography just for the footer. I want the footer font to be Poppins.

2- How do you change the background of the ‘Enter your email’ to another color?

Site url: https://thechillsmart.com

Hello..so how do you do it?

it’s https://thechillsmart.com

Hi.

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

/*Change font footer*/

body, input, textarea, button, select, p{
  font-family: Poppins !important;
}

/*Change color email*/

.footer__newsletter-input{
background-color: red !important;
}

Hope this answer helps.

Best Regards,

PageFly

Thank you! it worked

you’re welcome

What if I want to change the footer heading to bold?

And also how do I bold the text on the announcement bar?