-
AuthorPosts
-
November 22, 2016 at 3:02 pm #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/
November 23, 2016 at 6:29 pm #716102Hey 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,
YigitNovember 23, 2016 at 11:06 pm #716200Great, I have the photo there that I want. Now, how do I remove the image of the camera and/or pencil over the photo?
November 23, 2016 at 11:25 pm #716205Hi!
Please remove following part from the code i posted above
a.small-preview span { opacity: 0!important; }
Cheers!
YigitNovember 24, 2016 at 3:35 am #716234Hi 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.
November 24, 2016 at 4:18 pm #716481Hi,
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,
YigitNovember 24, 2016 at 4:45 pm #716490Perfect!! Thank you, it worked beautifully!!
November 24, 2016 at 4:48 pm #716493Hi!
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 -
AuthorPosts
- The topic ‘Thumbnail photo on Image post’ is closed to new replies.