Hi @oceanwp!
I was able to change the header thank you!! But now I want a gradient in my footer!
I was trying to use this code and it isn’t working:
.postid-4206 .example-custom-footer {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#797355),color-stop(1,#E8CFAE));
background-image: -o-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
background-image: -moz-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
background-image: -webkit-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
background-image: -ms-linear-gradient(bottom,#797355 0%,#E8CFAE 100%);
background-image: linear-gradient(to bottom,#797355 0%,#E8CFAE 100%);
}
Do you have one you can recommend?