I'm experiencing 3 issues on mobile that I can't figure out.
1. The header 1 text that I used for the words "BASICCON BEGINS IN:" on this page
[Links visible only for registered users] is not responsive on mobile. I have turned on decrease fonts in the responsive options and it still isn't displaying correctly.
3. I've used zoom boxes on this page
[Links visible only for registered users] that display a name when hovered over by inputting code in the content section of the zoom box options. These names aren't showing up on the mobile version. Here's the code I used for this: <div class="desc_txt"><h6>NICK NILSON</h6></div>
Comments
3. Some hover effects just does not work on mobile because they are simply incompatible with mobile devices.
.alert_success { background: #000 !important; }.alert_success .alert_icon { background: #000 !important; }
.alert_success a, .alert_success a:hover { color: #FFF !important; }