How can I add url to the image on the slider?

Posted in: Newspaper
Post count: 8

Hi, this is Hakan and I would like to add url to the image itself on the slider so my visitors can click image and go to the post directly. Currently it’s only possible when you click the title. Thanks in advance!

I wish you a lovely day!

https://imgur.com/cjf1F4V

slider

Post count: 27744

Hi,

Please let me know what element you have there.

Thank you!

Post count: 8

I use this one “Slide”

https://imgur.com/KKb2m6H

[img]https://i.imgur.com/KKb2m6H.png[/img]

Post count: 27744

Hi,

You can slide the posts from the image and only if you click on the post title you’ll be linking to the post.
What I can do is to provide a css that will increase the title link area
.td-theme-slider .td-slide-meta a{
padding-top: 200px;
}

You can change the px value, and you can set the code in the theme panel > custom code> custom css.
I hope this will help you!

Thank you!

Post count: 8

it sort of helped but category button is also affected. Can I solve it too or should I remove the category button?

https://imgur.com/C6rBJIg

Post count: 27744

Hi,

Please try this code .td_block_slide .td-slide-meta a{
padding-top: 200px;
}

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.