Hide links showing on mobile devices when not expanded
-
When viewing on mobile devices the <span> that has the Hide link is displaying when it has not been expanded. It appears right next to the More link. I inspected the elements and it appears that display: none is not getting added to the <span> element that houses the Hide link on mobile devices for some reason.
on mobile:
<span class="collapseomatic" id="id7165" title="More">More</span> <span id="swap-id7165" alt="">Hide</span>
on desktop:
<span class="collapseomatic" id="id5354" title="More">More</span> <span id="swap-id5354" alt="" style="display:none;">Hide</span>
See it happen on a live site here:
https://stage.fashionmagazine.com/beauty-panel/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hide links showing on mobile devices when not expanded’ is closed to new replies.