My button isn't working in Mac Firefox only. Below is the code:
<button class="col btn-change"><a href="/p/88" style="color: white;">Landscape</a></button>
However, the following two codes are functioning correctly. In the first code snippet, I am using my customized class 'btn-change' for styling. I am also using the Bootstrap 'col' class to group 3-4 buttons together.
<a href="/addproduct/143">
<button class="btn btn-primary" style="font-family: Poppins">Order Sample Chevron</button>
</a>
<div id="buttonRollOverColour" class="col frameSelectBox"><a href="/p/414">Portrait</a></div>