Shopify themes, liquid, logos, and UX
I want the bottom of my website https://swawe.store/ Look like this IN THEPICTURE ATTACHED which is currently not coming black
Solved! Go to the solution
This is an accepted solution.
Hi @swawestore
Do you mean like this?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.footer_social_icons span.visually-hidden {
display: contents;
color: white;
}
.footer_social_icons li.list-social__item svg {
display: none;
}
.footer__content-bottom-wrapper.page-width .footer_social_icons {
background: black;
color: white;
max-width: 100%;
padding: 0 1rem;
}
.footer__content-bottom .page-width {
max-width: 100%;
padding: 0;
}
footer.footer.color-scheme-1.gradient.section-sections--15945048784986__footer-padding {
padding-bottom: 0;
}
And Save.
Or you only want black background,
.footer__content-bottom-wrapper.page-width .footer_social_icons {
background: black;
color: white;
padding: 0 1rem;
fill: white;
}
.footer__content-bottom .page-width {
max-width: 100%;
padding: 0;
}
footer.footer.color-scheme-1.gradient.section-sections--15945048784986__footer-padding {
padding-bottom: 0;
}
.footer_social_icons .footer__list-social .list-social__item .icon {
color: white;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @swawestore ,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style> .list-social__item svg {
fill: white!important;
margin-right: 50px!important;
}
.list-social__item path {
fill: white!important;
}
.footer_social_icons .social-icon-label {
color: white!important;
margin-left: 50px!important;
}
footer > div.footer__content-bottom.scroll-trigger.animate--slide-in > div:nth-child(2) {
background-color: black!important;
}
.footer__content-bottom-wrapper.page-width {
padding: 0px!important;
margin: 0!important;
max-width: 100%!important;
}
.footer_social_icons {
margin: 0!important;
}
.footer {
padding: 0!important;
}
</style>
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 😍
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕ .
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @swawestore
Do you mean like this?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.footer_social_icons span.visually-hidden {
display: contents;
color: white;
}
.footer_social_icons li.list-social__item svg {
display: none;
}
.footer__content-bottom-wrapper.page-width .footer_social_icons {
background: black;
color: white;
max-width: 100%;
padding: 0 1rem;
}
.footer__content-bottom .page-width {
max-width: 100%;
padding: 0;
}
footer.footer.color-scheme-1.gradient.section-sections--15945048784986__footer-padding {
padding-bottom: 0;
}
And Save.
Or you only want black background,
.footer__content-bottom-wrapper.page-width .footer_social_icons {
background: black;
color: white;
padding: 0 1rem;
fill: white;
}
.footer__content-bottom .page-width {
max-width: 100%;
padding: 0;
}
footer.footer.color-scheme-1.gradient.section-sections--15945048784986__footer-padding {
padding-bottom: 0;
}
.footer_social_icons .footer__list-social .list-social__item .icon {
color: white;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024