How to redesign the email sign up button

Hi! I’m new to Shopify and currently building my store.

Today is my first time trying out css, so i’m still very confused w almost everything.

I really want to redesign the email sign-up button and change the font, but I’m not sure how to do it. Specifically, I don’t know which selector I need to use.

I feel like I’ve got the basics of CSS down enough to make minor changes, but I never know which selector to use.

I tried inspecting the element in Chrome and used button button–secondary as the selector (based on the screenshot), but it didn’t work.

Any advice? Thanks in advance!

3 Likes

Hello,
Please share “Store URL”
Thanks!

Hi @pdgdemds

Welcome to the community.

You are missing a dot “.” in your selector for a button. To target a class you need to use . so ".button–secondary ".

I am glad when people want to learn at least the basics of something new, and this should help you in general to make some changes in a theme. And do not worry over time it will get easier.

Check https://www.freecodecamp.org/news/css-selectors-cheat-sheet/ and they have a nice game linked ( https://flukeout.github.io/ ) that could help you out.

Good luck

Hi @pdgdemds

Can you share your store URL so that I can help you check?

Best,

Daisy

Hi @pdgdemds ,

I haven’t got your response.

Please let me know if you still need help :heart:

Hello @pdgdemds ,

Could you please provide the URL/ password to your store so that I can check it and provide you with the exact solution?