Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #312715

    Hi can you please let me know the file that has the blog default feature image of a pencil that I can go into and change to an Image I would like? I do auto post and would prefer a logo to show instead of being blank.

    thanks in advance.
    Jay

    #312827
    #313081
    This reply has been marked as private.
    #313359

    Hi!

    Please try following code instead

    .blog-meta span.iconfont:before {
    display: none;
    }
    .blog-meta span.iconfont {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }

    Cheers!
    Yigit

    #313652
    This reply has been marked as private.
    #314254

    Hey!

    Please update the theme to the latest version (2.9.2).

    Best regards,
    Josue

    #314264
    This reply has been marked as private.
    #314266

    Hi!

    Try using this plugin:
    https://wordpress.org/plugins/default-featured-image/

    Best regards,
    Josue

    #425674

    For any others that do not like additional plugins that may not work at all times and LOVE Enfold like I do. after the recent updates v3.08 on

    I found using both codes provided by Yigit for the feature image and related images works well when the blog setting are set to:

    style use advanced layout editor
    single post style Single post with small preview image
    Related entries by tool tip but am sure with title will work have not tested.

    Setting up the advanced layout editor for blog page

    layout element 1/1
    content element – blog posts
    set blog posts to single author small preview.(read more. optional)

    This is a much better fix than having just a pencil icon.

    Jay

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change Default Blog feature image’ is closed to new replies.