I want my header to be a black gradient, like shown below.
site link is
bump @suyash1 @JHKCreate
bump
Hi @fedsmf ,
You can follow the instruction below:
.site-header.logo--center {
background-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #000), to(transparent));
background-image: linear-gradient(180deg, #000 66%, transparent);
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
ur the best