Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3646027
hide post thumbnail​ in customizing ▸other ​posts layouts
Closed

Comments

  •  7
    babyu started the conversation

    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!!


  •  2,540
    PenciDesign replied

    Hi,

    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.



  •  7
    babyu replied

    Hi, 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,540
    PenciDesign replied

    Hi,

    Please send me your site URL.

    Regards,
    PenciDesign.


  •  7
    babyu replied

    Hi,

    Leave it - i fixed it. thanks.

    fyi !important -was missing in the code. 

    ul.penci-wrapper-data li .thumbnail {
        display: none;
    }
    display: none !important;