Is there a way to edit the footer section for the craft theme.
-
make the header a font of my choosing
-
make the individual links closer together. I think i might know the second one but the code worked kinda wonky when i tried to put it into my site
@ambientcandle19
Hi yes this can be done but unfortunately you did not provide the store URL for help. Please provide so that i can give you exact solution.
thanks
Could we switch it to:
The headings. The
- contact us
- mini gift set
- all other regular page headings
are all too big. Could you please help me to make them the same size as everything else
lastcandles.myshopify.com
Hello Ambientcandle,
To edit the footer section you will need to modify the theme’s code.
Here’s how you can do it:
- Go to your Shopify Admin dashboard.
- Navigate to Online Store > Themes.
- Find your Craft theme and click on “Actions” > “Edit code”.
- In the left sidebar, under “Sections”, locate the footer section file. It might be named something like “footer.liquid” or “footer-section.liquid”.
- Look for the code that styles the footer text. It might be wrapped in tags or defined in a separate CSS file.
- You can change the font by modifying the CSS styles. For example:
.footer-text {
font-family: "Your Font", sans-serif; /* Replace "Your Font" with your desired font name */
}
Save your changes.
Adjust Link Spacing:
- Similarly, find the CSS styles for the footer links.
- You can adjust the spacing between links using CSS margin or padding properties. For example:
.footer-link {
margin-bottom: 5px; /* Adjust the value as needed to increase or decrease spacing */
}
Save Changes
My footer liquid isn’t set up like this and I searched everywhere… its footer.liquid. But the style I saw something like {% style %} it looked something like that at the very top. Could I just add it to the end then or…
@ambientcandle19
still not solved? do let me know i can help you in this.
thanks