Thank you Lely,
Unfortunately the solution you provide is to hyperlink text, not exactly a button (like the example).
I had to start with a blank canvas because in all CP templates, none has two simple buttons.
Can you help me on how to make a button in line with the example I sent?
UPDATE: I was able to add an image and two buttons, everything by HTML.
Here’s the code of the button I used, but it does not have any bg color or hover effect:
<button class="action primary tocart" onclick=" window.open('https://thisisthelink.com', '_blank'); return false;" title="button title">THIS IS THE BUTTON TEXT</button>
Now, I would like to add a background color to the button and an hover background color
Can you help?