Ok, I tried putting in the css that I thought would change the background color, and that didn’t work.
Here is where the problem is in the css:
element.style {
background-image: url(https://www.michiganracquetball.net/wp-content/uploads/2013/09/header.jpg);
min-height: 200px;
background-color: rgb(119, 119, 119);
background-size: cover;
cursor: pointer;
background-repeat: no-repeat no-repeat;
}
I want that rgb to be none or transparent, (I think). But copying all of this and using “background-color: transparent;” didn’t work. Am I on the right track at all?