Hi X,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.preview-image:after,
.post-preview header { display: none !important; }
Let me know if that does it.
— Anders
Thread Starter
lllttt
(@lllttt)
Hi Anders,
thanks for your advice, unfortunately the code doesn’t work:(
Lenka
@lllttt Your site is running the Minimalist Portfolio child theme, which changes the code you need a little bit. Try this instead:
.PP_Card--hoverable:hover .PP_Entry__more {
display: none;
}
.PP_Card--hoverable:hover .PP_Entry__header {
transform: none;
}
Thread Starter
lllttt
(@lllttt)
It works! Thank you very much!
L.
Thread Starter
lllttt
(@lllttt)
Hi @anlino ,
please, how to fix, that also pictures work as links not just the titles.
For example on the homepage the first tile “Small Talk #10: Foraging Weather” – text works as a link, but the picture in background no.
(the Minimalist Portfolio child theme)
Thank you
Lenka
Hi @lllttt,
Since this works in the parent theme (Hamilton), it’s likely an issue with the child theme (Minimalis Portfolio). I’d recommend you to post in their support forum so the child theme creator can see it.
— Anders