Archived topic
Blog titles don't link on hpomepage in Mallow
4 replies · Started by Gregg Lybbert on October 27, 2022
I am using the Mallow theme, withe the blog post list as the homepage (as opposed to a static page). For some reason the post titles are not clickable. The inges are, but not the post title. When I inspect the elementit seems as if it should work. I have tested it in different browsers withthe same result. i have not made any changes.
THe website id Tudalu.com
Wow, I should have proofed that before I hit send. Let me try again:
I am using the Mallow theme, with the blog post list as the homepage (as opposed to a static page). For some reason the post titles are not clickable. The images are, but not the post title. When I inspect the element it seems as if it should work. I have tested it in different browsers with the same result. I have not made any changes.
Hi Gregg,
Can you try adding this in Appearance > Customize > Additional CSS?:
article.post {
z-index: 1;
}
Awesome! Thanks!
You're welcome Gregg!