I think your custom Buy It Now button is hidden because the CSS of its container is display: none
Go to Online Store → Theme → Edit Code
Search base.css
Add these lines of code at the end of file base.css:
#payment-button-container {
display: block;
}
Then you will see your custom Buy It Now button appears on your store like this:
