Grazie mille, il mio dubbio era prevalentemente questo appunto (se utilizzare direttamente il file custom.css).
Al momento inserendo le modifiche consigliate il file mi viene fuori in questo modo:
/*
* Custom code goes here.
* A template should always ship with an empty custom.css
*/
}#header {
background: #000;
color: #00ff72f5;
}
#header {
background: #000000;
color: #000000;
}
#header .header-nav {
border-bottom: 1px solid #000000;
background: #c6a15b;
}
.footer-container {
margin-top: 1.25rem;
padding-top: 1.25rem;
overflow: hidden;
box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 30%);
background: black;
}
.footer-container li a {
color: #fff;
cursor: pointer;
font-size: .875rem;
}
E' diciamo quasi tutto "perfetto", solo che sia i titoli che le Informazioni negozio rimangono dello "stile custom", nel senso che non prendono le modifiche..
Posso gentilmente chiedere che altra voce poter modificare per sistemare il tutto?
Immagine post modifica
Grazie mille anticipatamente