Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Check this one.
@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%);
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
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;
}
}
This is an accepted solution.
Check this one.
@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%);
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
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!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025