How can I modify the font of my store's guidelines?

Solved

How can I modify the font of my store's guidelines?

domo2
Explorer
60 0 14

Hey, how do I change the font of the shop guidelines at the bottom of the footer? 

 

Thanks in advance!

 

www.publicservice.store 

Accepted Solution (1)

Ujjaval
Shopify Partner
1242 197 213

This is an accepted solution.

@domo2 add below css into section-footer.css file 

.copyright__content {
    font-size: 16px !important; //adjust according to font size you want
}

View solution in original post

Reply 1 (1)

Ujjaval
Shopify Partner
1242 197 213

This is an accepted solution.

@domo2 add below css into section-footer.css file 

.copyright__content {
    font-size: 16px !important; //adjust according to font size you want
}