Hi,
I haven't had a problem with this until today. Once on my blog page the links to the posts are not clickable unless on a computer. Does anyone know how to resolve this?
Hi,
I haven't had a problem with this until today. Once on my blog page the links to the posts are not clickable unless on a computer. Does anyone know how to resolve this?
Hi,
try to add following code to the quick css field or to css/custom.css
.template-blog .post-entry {
z-index: 5 !important;
}
Best regards,
Peter
Hi Peter,
Thank you for your reply!
I added the code to the quick css field, but the links still aren't working on an iPhone or iPad. I've also noticed the 'Read More' links are nonfunctioning as well.
Any other suggestions?
Thanks again,
Cathryn
Hi,
Please try this
a:hover, a:focus, a:visited {
cursor:pointer;
}
#top.blog .post-entry{
z-index: 225 !important;
}
Thanks,
Nick
Nick,
That worked like a charm!
Thank you so much for your help,
Cathryn
Glad Nick could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.