How can I change the footer menu title font size in the Dawn theme?

Hello, I would like to change only the footer menu Title font size. The fo

I am using the Dawn theme.

Site URL is https://porsche-rj-8273.myshopify.com/

Thanks

Hi @eytanlub you can try this css:

  1. Go to your shopify admin.
  2. Left side bar click on the online store.
  3. You will see the list of theme. On live theme click on “action”. and click on “edit code”.
  4. Now you will see the list of file. find the file “base.css” open this file and add below code very bottom the file.
.footer__content-top .footer-block__heading {
  font-size: {yourfontsizeyouwant}px; // Example: font-size: 20px;
}
1 Like

Thank you Brian.

Hi @eytanlub , you’re welcome. If you find my solution reasonable, give me 1 like. Thank you