Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #715332

    I can’t seem to figure out how to change the thumbnail on the left side of the screen on the blog page. Right now it is a default image (showing a little camera). I wonder how to change this to perhaps make it a logo or something different than the featured image. Here’s a link to what I’m referring. http://crossfitbsa.com/wod/

    #716102

    Hey Crossfitbsa,

    Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    If you would like to replace it with an image, please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.small-preview {
        background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: 50% 50%!important;
    }
    a.small-preview span { 
        opacity: 0!important;
    }

    Best regards,
    Yigit

    #716200

    Great, I have the photo there that I want. Now, how do I remove the image of the camera and/or pencil over the photo?

    #716205

    Hi!

    Please remove following part from the code i posted above

    a.small-preview span { 
        opacity: 0!important;
    }

    Cheers!
    Yigit

    #716234

    Hi Yegit,

    That did not work. When I remove it, the logo goes away completely and it is a blank box. Here’s what the current page looks like. http://crossfitbsa.com/wod/

    Please advise.

    #716481

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .small-preview .iconfont:before {
        opacity: 0;
    }
    

    Best regards,
    Yigit

    #716490

    Perfect!! Thank you, it worked beautifully!!

    #716493

    Hi!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Thumbnail photo on Image post’ is closed to new replies.