I changed the code so i can put a custom background for the store accessing the base.css. But now i cant customize the header and footer anymore. When i put in custom code to have the image i want it doesnt respond. My guess is the base.css code overwrites it somehow? But i dont really know, thats why i ask here if there is any custom code that could fix that. I dont really know much about coding so i hope anyone of you could help me. Thanks in advance! If you need anymore information please let me know.
This is the Code i used (from YT):
-
.gradient {
-
background: var(–gradient-background);
-
background-attachment: fixed;
-
background-image: url(INSERT URL HERE) !important;
-
background-color: transparent !important;
-
background-position: top left !important;
-
background-size: auto !important;
-
}
