Change of button colour on video banner DAWN theme.

Hi!

I have added code for the dawn video banner however, the button label is this awful green- Can anyone provide where I ca locate the code to change it to a transparent button please? with text inside.

website: www.billywhite.com.au

Photo of current button.

Hi @RC94 , I don’t see this button right now.

@RC94 , Here is the solution for you :joy:
Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the file base.css And add the code at the end

.hero-video a[href="/collections/frontpage"] {
  background: transparent!important;
}

Result:

If you dont want the border try replacing the previous code by this one to remove it

.hero-video a[href="/collections/frontpage"]{
  background: transparent!important;
}
.hero-video a[href="/collections/frontpage"]:after {
 display: none!important;
}​

Result:

Hope it helps you :blush:

Hi @RC94

Could you share that code?

I turned it off but I have activated it again for you so you can see it :slightly_smiling_face:

AMAZNG! YOU ARE JUST TOO GOOD!

Thank you so so much! lifesaver again

@RC94 , Glad to help you