I would like to change the background colour of my footer menu - how do I do this?
Website: www.live-better-store.com
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/timber.scss.liquid file
.site-footer { background: #f6f6f6;}
Hope this works.
Thanks!
This is an accepted solution.
hi @Acash
Please add the following code at the bottom of your assets/timber.scss.liquid file
.site-footer { background: #f6f6f6;}
thank you so much.
This is an accepted solution.
Hi,
If you don't want to change any file in your theme, you can use our free app Custom CSS and add CSS code above.
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-footer {
padding: 12px 0;
background-color: #bde9f2 !important;
}
This is an accepted solution.
.site-footer .wrapper .grid-uniform .grid__item >p >a {
color: #ffffff !important;
}
.site-footer__copyright-content >a{
color: #ffffff !important;
}
.site-footer .wrapper .grid-uniform .grid__item .social-icons >li{
float: left !important;
}
.site-footer .wrapper .grid-uniform .grid__item .social-icons >li >a{
color: #ffffff !important;
}
@media only screen and (max-width: 579px){
.site-footer .wrapper .grid-uniform .grid__item .social-icons >li{
margin-left: 40%;
}
}
User | Count |
---|---|
432 | |
186 | |
103 | |
95 | |
91 |