How can I create a transparent button on Dawn Theme?

Hello everyone!

I need help with a probably easy thing but I’m not managing.

I’m using Dawn Theme, and I would like to have a transparent button on the banner image, like the theme example in the theme shop. In my website that button is white. Please could anyone help me?

Many many thanks

You should be able to click on the button settings (Pulsanti) under Immagine Banner, then choose to use the outline button style.

If you are referring to the white backdrop behind the button, you can add a custom liquid section:

Then add the following:

{% style %}
.banner__box.color-background-1 {
background-color: transparent !important;
}
{% endstyle %}

Thank you very much!!!