Remove link from featured image

jakob9
3 Posts
jakob9 posted this 16 December 2018

Hi!

I use the featured image as a post header background. The problem is that the image gets linked. Would it be possible to remove that?

Jakob

Hi! I use the featured image as a post header background. The problem is that the image gets linked. Would it be possible to remove that? Jakob
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 17 December 2018

Hello Jakob,

Could you, please, provide the link to your site?

Gina
Themler Support

Hello Jakob, Could you, please, provide the link to your site? Gina Themler Support
jakob9
3 Posts
jakob9 posted this 17 December 2018

Absolut, here it is http://belgrad.nu/shopping-i-belgrad/

Thanks,
Jakob

Absolut, here it is http://belgrad.nu/shopping-i-belgrad/ Thanks, Jakob
Support Team
Support Team posted this 17 December 2018

Thanks you.

Try adding this code to Home -> Settings -> Additional CSS:

a[class*="bd-postimage-"] {
    pointer-events: none!important;
}

Gina
Themler Support

Thanks you. Try adding this code to Home -> Settings -> Additional CSS: a[class*="bd-postimage-"] { pointer-events: none!important; } Gina Themler Support
jakob9
3 Posts
jakob9 posted this 17 December 2018

Perfect, thanks!

Jakob

Perfect, thanks! Jakob
You must log in or register to leave comments