Tagged: featured image
-
AuthorPosts
-
August 8, 2016 at 9:15 am #669700
For the posts that do not have a featured image, the thumbnail shows up as the standard pencil icon.
I’d like to replace that with my company logo. Is that possible?This could be related to a past forum article:
August 8, 2016 at 2:16 pm #669816try this here :
.format-standard .small-preview [data-av_icon]::before { content: url("path to your image"); display: inline-flex; height: 70px; position: relative; top: 5px; width: 70px; }edit : sorry it has to be more selective
this is for : http://webers-testseite.de/ikom/blog/ see the wordpress logo instead of pencil !
for the following sites do it in a similar way !
-
This reply was modified 9 years, 3 months ago by
Guenni007.
August 8, 2016 at 2:50 pm #669833the link above from Yigit is best if you want to change it with another “font” icon
if you like to change it with a colored logo this above should work.August 8, 2016 at 3:15 pm #669852Hi,
Yes it is related, if you would to change it to a image please refer to @Guenni007’s post above
@Guenni007 thanks :)Best regards,
YigitAugust 8, 2016 at 3:46 pm #669869Ismael did the trick i read in the thread by deleting the content and setting up a background-image:
.format-image .small-preview [data-av_icon]::before { background: url(path to your image) no-repeat scroll center center / contain ; content: ""; height: 70px; left: 5px; position: absolute; top: 5px; width: 70px; }works too !
i do the css trick by setting up display: inline-flex.
August 9, 2016 at 8:58 am #670205August 23, 2016 at 10:50 pm #676703by the way i noticed that safari does not support content: url()
so i would now prefer the background solution ! -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
