Hey guys. I need your help. I want to use two different colours in my debut footer. for the above and below the line section. is there a code for this? Ty
1testzugang!
Hey guys. I need your help. I want to use two different colours in my debut footer. for the above and below the line section. is there a code for this? Ty
1testzugang!
Please add this CSS to your css file
footer.site-footer.critical-hidden {
background-image: linear-gradient( #fad696 78%, #d8cab3 20%) !important;
}
Thanks!
@MarCologne
You can add it by the custom code,
But now both sections are in one, you have to separate first both of them.
By adding the div tag and class,
For that you have the prior knowledge of coding, you have to learn about that,
learn from this link
https://www.w3schools.com/html/default.asp
div#shopify-section-footer{
background-image: linear-gradient(#fad696, #ffffff) !important;
}
@MarCologne
if you need gradient then add this code.
in the bottom of the theme.css file.