Is their a way to remove the transparent white button?

Hi,

I would like to remove the white button on the homepage page. I only want to use the one yellow button, Is this possible?

Hello there,

I hope you are doing well today.

You can use the following code to remove the button. Simply, go to Appearance > Customize > Additional CSS and paste the code there:


#header .bottom-header .header-button-one {
    display: none;
}

Best Regards,
Support