Remove popular post thumnail

Home Forums Iconic One Pro Support Remove popular post thumnail

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5023
    dohoangdiep
    Participant

    Hi there

    Can you show me how to remove popular post thumbnail in my site ..

    Tks

    #5027

    Easiest way is by using the following custom CSS, it will remove hide thumbnails from popular posts and recent posts widgets.

    
    .themonicpt li img {
        display: none;
    }
    .themonicpt li {
        min-height: 0;
        padding: 10px 0;
    }
    #5176
    Hadiana
    Participant

    Hi
    How to put this code without plugin?

    Thank you

    #5177
    Hadiana
    Participant

    I have done

    Go to Appearance > Customize > Additional CSS

    Thank you

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.