How to reduce footer lines in Dawn theme?

Topic summary

A user seeks to reduce the Dawn theme footer from 4 lines to 3 lines on both mobile and desktop views.

Proposed Solution:

  • Access Online Store → Edit Code → theme.liquid file
  • Insert CSS code above the </body> tag:
    .footer__column.footer__column--info:after {
        font-size: 10px !important;
    }
    

Current Status:
The discussion remains open with one suggested solution provided. The proposed CSS targets footer column styling, though it’s unclear if this fully addresses the line reduction request or if further customization may be needed. No confirmation yet on whether the solution resolved the issue.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Hello! I am using the Dawn theme. There are 4 lines in mobile and desktop mode. But I want to keep 3 lines mobile and desktop. Please help me. Thank you.

Store Url: https://dream-tech-zone.myshopify.com/

Password: admin

hy, @dreamtechzone_5

Go to Online Store
2) Edit Code
3) Find theme.liquid file

  1. Add the following code in the bottom of the file above tag.
.footer__column.footer__column--info:after {
    font-size: 10px !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!