How can I change my header to a black gradient?

I want my header to be a black gradient, like shown below.

site link is

s-eraph.myshopify.com

@KetanKumar @AvadaCommerce

bump @suyash1 @JHKCreate

bump

Hi @fedsmf ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.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

1 Like