RC94
September 26, 2024, 2:28am
1
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
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
Hi @RC94
Could you share that code?
RC94
September 26, 2024, 3:15am
5
I turned it off but I have activated it again for you so you can see it
RC94
September 26, 2024, 3:19am
6
AMAZNG! YOU ARE JUST TOO GOOD!
Thank you so so much! lifesaver again