anyone know how i can fix this i want to change the color but cant seem to get this to work just mess up the header the image will still be there but the color wont after replacing those backrounds
.p-header::after {
content: "";
background: -moz-linear-gradient(left, rgba(103, 58, 183,0.8) 0%, rgba(81, 45, 168,0.8) 100%);
background: -webkit-linear-gradient(left, rgba(103, 58, 183,0.8) 0%,rgba(81, 45, 168,0.8) 100%);
background: linear-gradient(to right, rgba(103, 58, 183,0.8) 0%,rgba(81, 45, 168,0.8) 100%);
z-index:50;
width:100%;
height:100%;
position:absolute;
}