Archived topic
Dynamic Background image link
1 reply · Started by Ted on August 25, 2021
Greetings,
I currently use the dynamic background image for the archive and home pages blog listing. This is a small thing, but I would like to be able to click on the image itself and have that link to the post rather than needing to have a “read more” button on the image. Is there a way to link the background image directly to the post?
Example here: https://thegreatestsong.com/category/how-to-write-songs/
Many thanks,
Ted
Hi Ted,
Give this CSS a try:
.gb-container-ffb80683.gb-has-dynamic-bg a:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Let me know :)