Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    .kadence_recent_posts img {
    display: none;
    }

    That should work. Just paste it into your css box in theme options.
    Hannah

    If your not wanting the image you can just use the WordPress recent posts widget too.

    Kadence Themes

    Thread Starter mindgarden.me

    (@mindgardenme)

    Thank you hannah! That worked well, anyway to add an icon to the front of the text (like a bullet?)

    Thanks Kandence Themes, your widget allows you to specify categories, the wordpress one doesn’t seem to let you do that.

    Thanks 🙂

    .kadence_recent_posts li {
    list-style: disc;
    }
    .kadence_recent_posts li:before, .kadence_recent_posts li:after {
    display:none;
    }

    Kadence Themes

    Thread Starter mindgarden.me

    (@mindgardenme)

    Thank you, that is great, now just wondering how I can make the bullet (like the one on this page) http://mindgarden.me/category/wellbeing/

    I think it’s part of the theme.

    Thanks again 🙂

    hannah

    (@hannahritner)

    Which part of the page are you referring to?

    Thread Starter mindgarden.me

    (@mindgardenme)

    Hi Hannah,
    The Explore part with the bullets like look like pencils 🙂
    Thanks

    .kadence_recent_posts li {
    list-style: none;
    }
    .kadence_recent_posts li a:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    font-weight: 400;
    content: "\f040";
    float: left;
    margin-left: -20px;
    -webkit-font-smoothing: antialiased;
    }

    Should be that ^

    Kadence Themes

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove blog feature image from virtue recent posts widget’ is closed to new replies.