anyone have a code or know how to make the box bolder so it is easier to see
<style>
.wishlist { border:5px solid; }
</style>
The border is originally 1px. You can change it to any number you want, 5px is pretty thick though. You can also change the color by changing the hexcode. Hope this helped!