Comments 7babyu started the conversationMay 12, 2024 at 1:41pmHi, is it possible to hide post thumbnail in customizing ▸other posts layouts. If not possible please add this option in theme update - its very much needed. Thanks for your help & support!! 2,609PenciDesign repliedMay 12, 2024 at 2:24pmHi,We'll add this option in a future theme update. In the meantime, you can add the following CSS code: ul.penci-wrapper-data li .thumbnail { display: none;}Regards,PenciDesign. 7babyu repliedMay 12, 2024 at 2:31pmHi, thanks for your reply. ul.penci-wrapper-data li .thumbnail { display: none; }The above code does not work it seems? Please take a look. 2,609PenciDesign repliedMay 12, 2024 at 2:34pmHi,Please send me your site URL.Regards,PenciDesign.1 Like 7babyu repliedMay 12, 2024 at 2:51pmHi,Leave it - i fixed it. thanks. fyi !important -was missing in the code. ul.penci-wrapper-data li .thumbnail { display: none; } display: none !important; 1 Like Sign in to reply ...
Hi, is it possible to hide post thumbnail in customizing ▸other posts layouts.
If not possible please add this option in theme update - its very much needed.
Thanks for your help & support!!
Hi,
We'll add this option in a future theme update. In the meantime, you can add the following CSS code:
Regards,
PenciDesign.
Hi, thanks for your reply.
The above code does not work it seems? Please take a look.
Hi,
Please send me your site URL.
Regards,
PenciDesign.
Hi,
Leave it - i fixed it. thanks.