Newsletter signup in footer + size of footer headings to h5

Hello,

Could someone give me a code or help me with making newsletter signup in footer + size of footer headings to H5

Im using Dawn theme.

Put the newsletter signup where the text is, or just under the text.

Link: https://vsai.store/

Code: ponyplay

Dear regards

/Rasmus

1 Like

Hi @RasmusUG ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

It worked for the “newsletter”, could u help me with a code to do the same thing with all the menus?

1 Like

Hi @RasmusUG ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file base.css. Search for the following CSS snippet

.footer-block__heading {
font-size: 13px !important;
}

If it helps you, please like and mark it as the solution.

Best Regards

1 Like