As above
This is the problamatic part Code: <a href="your-link-on-nav.html" class="has-submenu"> Example Link <span class="sub-arrow">...</span> ::after </a> Code: @media only screen and (max-width: 767px) .has-submenu:after { color: #ffc400; content: "\e114"; font-family: 'icomoon'; font-size: 22px; position: absolute; right: 20px; }
1080 x 1920. Does it show down arrow for you? Because with whatever device I simulate with no down arrow.
Yea I'm aware with steps needed for that. Did so with google incognito, then cleared cache, then another browser. same.. EDIT; changed title it's icomoo not fontawesome woops
i'm not seeing it myself so not sure how to test it ? what are you using to simulate the device and parameters used ?
Truth be told it's still works it's just that there's a box with an X there on my phone. The content css is not being rendered for some reason. Is it being done with javascript that you might have defered? Edit: No it's just the selector. Just the icomoon font not loading.
okay that's a clue, just excluded icomoon font's css from ngx_pagespeed processing Code: pagespeed Disallow */css/icons-set8.css*; try now
Still same. How do you see it in your mobile? you see nothing (without the box with a cross)? or do you see the proper icomoon?