Hello All, I would like to add on the bottom of the text a button “Discover the watch” that link to this page : https://www.manime-watches.com/products/la-f
How can I do it ?
thanks !
Hello All, I would like to add on the bottom of the text a button “Discover the watch” that link to this page : https://www.manime-watches.com/products/la-f
How can I do it ?
thanks !
[Button Text](https://www.manime-watches.com/products/la-f)
.link-button {
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #000000;
color: #ffffff;
}
Thanks a lot ! Is there a way to change the design of the button and look like the one on the bottom of this page ? : https://www.manime-watches.com/pages/the-story
Please remove existing class and add this class
class=“btn”
Thank you !