Let users know that feature image is an article
-
Hey!
I’ve gotten a lot of feedback from users that complained that the home page of the theme might be confused as being an image feed. There is nothing letting users know that the images are click-able articles.
I know you mentioned in a previous post that “As it happens, there’s no way to display the post title on hover..”, but is there any sort of implementation you can add to just guide users to the fact that they can clock on the articles?
The blog I need help with is: (visible only to logged in users)
-
Hey again 👋
Good question! We can definitely try to make that a bit clear. One idea, which I’ve shared here, is to make the images semi-transparent on hover. Try adding this custom code to make that happen:
.blog article img:hover { opacity: 0.75; }
Do you like that? Do you think that helps?
- The topic ‘Let users know that feature image is an article’ is closed to new replies.