Hi I want to design my dawn theme footer like this website

Solved

Hi I want to design my dawn theme footer like this website

Unknowndev234
Shopify Partner
170 2 6

Hi I want to design my footer like this website : https://beechtree.pk/ my items color are black I want to make them white. and I also want my footer height same like this website. Thanks !
My store: https://store1.ecomsmartify.shop/ 
Password: 4
reference footer 

 

Unknowndev234_1-1737043000878.png

 

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10202 2422 3068

This is an accepted solution.

Hi @Unknowndev234 

Check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
.footer__blocks-wrapper.grid {
    padding: 3.5rem 4rem 4rem;
    margin-bottom: 0;
}

.footer-block--newsletter {
    margin-top: 0;
}

.footer-block__details-content a {
    color: white !important;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 0;
    line-height: inherit;
}

h2.footer-block__heading {
    margin: 0;
}

.footer-block li {
    line-height: 1.5;
}

.footer__content-bottom-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.footer__content-bottom {
    padding-top: 0;
    color: white;
}

.footer-block--newsletter {
    border-top: 0.1px solid rgba(250, 250, 250, 0.55); 
    padding: 15px 5rem;
}

.footer__copyright {
    margin-top: 0;
}

.policies li {
    margin-left: 5rem;
    position: relative;
}

.policies li:before {
    content: "/";
    position: absolute;
    left: -2.5rem; 
    top: 50%;
    transform: translateY(-50%);
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1737052008539.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

CodingFifty
Shopify Partner
916 137 165

Hi @Unknowndev234.,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css Add the provided code at the end of the file.

 

 

.footer .grid__item h2, .footer .grid__item p, .footer .grid__item a, .footer .grid__item li, .policies li a, .copyright__content a, .copyright__content,
a.link.link--text.list-menu__item.list-menu__item--link.list-menu__item--active {
    color: white !important;
}

@media (min-width: 769px){
.footer .grid__item h2, .footer .grid__item p, .footer .grid__item a, .footer .grid__item li, .policies li a, .copyright__content a, .copyright__content,
a.link.link--text.list-menu__item.list-menu__item--link.list-menu__item--active {
    color: white !important;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    padding: 48px 0px 0px 0px !important;
}
}

 

 

CodingFifty_0-1737047856436.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

Made4uo-Ribe
Shopify Partner
10202 2422 3068

This is an accepted solution.

Hi @Unknowndev234 

Check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 749px){
.footer__blocks-wrapper.grid {
    padding: 3.5rem 4rem 4rem;
    margin-bottom: 0;
}

.footer-block--newsletter {
    margin-top: 0;
}

.footer-block__details-content a {
    color: white !important;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 0;
    line-height: inherit;
}

h2.footer-block__heading {
    margin: 0;
}

.footer-block li {
    line-height: 1.5;
}

.footer__content-bottom-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.footer__content-bottom {
    padding-top: 0;
    color: white;
}

.footer-block--newsletter {
    border-top: 0.1px solid rgba(250, 250, 250, 0.55); 
    padding: 15px 5rem;
}

.footer__copyright {
    margin-top: 0;
}

.policies li {
    margin-left: 5rem;
    position: relative;
}

.policies li:before {
    content: "/";
    position: absolute;
    left: -2.5rem; 
    top: 50%;
    transform: translateY(-50%);
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1737052008539.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Unknowndev234
Shopify Partner
170 2 6

Hello @Made4uo-Ribe Thankyou soo much for the solution. I really appriciate for your time and efforts. My footer bottom is not bit looklike as yours attached result. I request can you see again please and on mobile version my items still in black. and have full width. Thanks again!
Screenshot 2025-01-17 092142.png