white border around transparent button

Topic summary

A user seeks to add separator lines above and below a section, create a white border around a transparent button, and implement a left-to-right color fill animation on hover (referencing notresucces.com as an example).

Current Solution Provided:

  • Custom CSS code to add white text color and remove box-shadow from button
  • Code placement: Shopify admin → Online store → Edit code → base.css file
  • Add provided CSS snippet to bottom of file

Limitations:

  • Support team successfully addressed the white border/color request
  • The hover animation effect could not be implemented yet
  • Issue remains partially unresolved, with animation feature still pending
Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

hello.

i want to make separator lines over and under this section, and also a white border a text around the button. Is it possible to make the button have a smooth transition when hover so when you hover the button starts to fill with color from left to right?

for refference for the animation, look at notresucces.com

@DaisyVo do you know how?

Hi @silenceclothing

Our technical team will need some time to investigate it further. We will try to keep you updated soon :heart:

Okay

Hi @silenceclothing

I’m back here.

1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “base.css” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and add the code below to the bottom of the file: https://prnt.sc/KpBL-Dn-bNqA

Here is the code for Step 3:

.banner__buttons a {
    color: white !important;
    opacity: 1 !important;
}
.banner__buttons a::after {
    box-shadow: none !important;
}

Currently, we can only change the color as requested. We couldn’t find the way to adjust animation yet :disappointed_face: Hope you can kindly understand.

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.