How to edit and assign blog thumbnails

Support Forums for LiveMesh Themes & Plugins Forums Enticing Theme Support How to edit and assign blog thumbnails

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2232
    designosarus
    Member

    I’m running into an issue with my video blog post thumbnails on the ‘blog’ page.

    What I’m trying to achieve is a thumbnail that includes the play button from the video on a blog post, but the theme automatically makes a thumbnail for each post and unfortunately doesn’t capture the play button. I was able get the thumbnail in place by adding a featured image, but I do not want the image embedded into the blog post.

    Is there any way I can manually upload a thumbnail (or thumbnails since another size is include in the footer) instead of the theme automatically capturing one?

    Or, is there any way I can add a featured image that will only be used as a thumbnail?

    Thank you!

    #2242
    livemesh
    Keymaster

    Looks like for your requirement, the following CSS will do. Thanks –

    .single-post img.featured { display: none; }
    

    or just

    .single img.featured { display: none; }
    

    You can insert the CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file.

    #2253
    designosarus
    Member
    This reply has been marked as private.
    #2268
    livemesh
    Keymaster
    This reply has been marked as private.
    #2269
    livemesh
    Keymaster
    This reply has been marked as private.
    #2281
    designosarus
    Member
    This reply has been marked as private.
    #2293
    livemesh
    Keymaster
    This reply has been marked as private.
    #2301
    designosarus
    Member
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to edit and assign blog thumbnails’ is closed to new replies.