0

I would like to change the link on an existing button in Wordpress to another page with CSS. Here is the HTML code:

<a href="https://site1.com/" class="MyButton">Site</a>

site1.com to site2.com.. is that possible?

JustAG33K
  • 1,403
  • 3
  • 13
  • 28

1 Answers1

0

I don't think it is possible with CSS. instead, you can do it with JavaScript. Here's a solution to do something similar in JavaScript. How to change href of tag on button click through javascript

Melvin
  • 925
  • 1
  • 10
  • 22
JustAG33K
  • 1,403
  • 3
  • 13
  • 28