Footer font, spacing and sign up form - Symmetry theme

Hey guys,

This is how my footer currently looks:

I am trying to do the following:

  1. Have less space between the menus where the blue X is indicated.

  2. Decrease the font size of the footer menu so that it is the same as the main menu navigation.

  3. Change “Enter email” in the sign up form to say “EMAIL ADDRESS” in light grey Sans-Serif so that it matches the “SIGN UP” button font.

I know it’s a lot, but I appreciate any and all help!

url: www.timelesscasestudy.com

pass: 299KPM

Thank you!

1 Like

@dabbink

Please add the following code at the bottom of your assets/styles.css file.

.section-footer .container {
    max-width: 900px !important;
}
.signup-form__email::placeholder, .button.signup-form__button {
    text-transform: uppercase;
}
div#shopify-section-footer a {
    font-size: 10px !important;
}

Hope this works.

Thanks!

1 Like

Thanks for the response!

The font size of the footer menu and the spacing worked perfectly!

However, for the sign up form, it didn’t really work. Can the font size and color be changed without the box adjusting its size/shape?