• Hi, love this theme! However, I’m working in increasing mobile site speed and UX and I noticed that the user needs to click on the image/text twice in order to get to the post. On desktop it only requires a single click. Is that by design? If so, is that something that can be changed? Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Hmm, can you try adding this Additional CSS (Go to Customize > Additional CSS to add it) and see if it makes any difference?

    Purge/clear cache before testing it, and test it in private/inkognito mobile browser mode to make sure the changes load.

    
    @media only screen and (max-width: 479px) {
    
    .masonry-item:hover .entry-category, 
    .masonry-item:focus-within .entry-category,
    .masonry-item:hover .entry-thumbnail:before, 
    .masonry-item .entry-thumbnail:focus:before { display: none!important; }
    
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile – Double Click Bad UX’ is closed to new replies.