DAWN theme footer questions

Solved

DAWN theme footer questions

sippinonsunshin
Tourist
15 0 3

My website is www.sippinonsunshine.net
Code: anna

QUESTION 1:  Can't figure out how to insert a footer. I have linked my footer information in the navigation page on the main shopify online store area. Can't add blocks in the theme like you usually would with any other theme.

I really want my footer to look like the footer on https://www.sipsipmobilebar.com/services

 

Please let me know how to achieve this!

Question 2: I'm also having issues changing the color of the headers, please help me with some code that will change the color of all headers on the website, thank you!


Accepted Solution (1)

saim007
Shopify Partner
602 74 102

This is an accepted solution.

@sippinonsunshin  Answer for the question 1 - If you want to make footer like reference website then we have to create custom footer as per design for this we have to code.

Answer for the question 2 - use below code in your base.css at the end

 

.header-wrapper.color-scheme-1 {
    background-color: #fff !important;
}

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

View solution in original post

Replies 2 (2)

saim007
Shopify Partner
602 74 102

This is an accepted solution.

@sippinonsunshin  Answer for the question 1 - If you want to make footer like reference website then we have to create custom footer as per design for this we have to code.

Answer for the question 2 - use below code in your base.css at the end

 

.header-wrapper.color-scheme-1 {
    background-color: #fff !important;
}

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
sippinonsunshin
Tourist
15 0 3

could really use some help on my latest question, will be inquiring you about the footer tomorrow!