m4tis Posted September 18, 2018 Posted September 18, 2018 Hey guys. Can someone help me solve my problem. I have website called www.zhobby.org and there are two buttons which on you drag your mouse has to turn into blue. Although it works, one buttons "SHOP" is always in blue. Can someone help me fix it ?
FrostBug Posted September 18, 2018 Posted September 18, 2018 change its css class to 'btn inverse' like the other one <a class="btn inverse" href="https://www.google.com/"> - SHOP - </a> 1
m4tis Posted September 18, 2018 Author Posted September 18, 2018 6 minutes ago, FrostBug said: change its css class to 'btn inverse' like the other one <a class="btn inverse" href="https://www.google.com/"> - SHOP - </a> Thank you mate. You're my hero!