Hi,
I'm trying to change to footer's bottom background color to white (#FFFFFF). My footer is set to grey (#dddddd), but the bottom of the footer should be white.
As you can see in the image - the (index): 2442 -file is somewhere, but I cannot find it?
When I unclick the "background-color: #dddddd;" - the footer's bottom looks as it should.
How can I change that?
Solved! Go to the solution
This is an accepted solution.
Hey there @Kjankko,
I see you've already added the background: #FFFFFF; but it's not being applied because of CSS precedence.
Add the following code to your theme.scss.liquid file
.footer_bottom {
background-color: #FFFFFF !important;
}
Hope that helps, if so, consider giving a thumbs up and Accept Solution.
You are always welcome!
User | Count |
---|---|
709 | |
142 | |
103 | |
64 | |
36 |