Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #318181

    Hi Kriesi-Support,

    For a long time now I have this strange image on some pages:

    http://image-upload.de/image/XgxmmL/dbc1c5a7f9.png

    image-upload.de

    – Media pages (above the media image)
    – Blog posts (this image is below the blog post image – if the blog post image is transparent you can see this image below it)

    How can I remove this image? I don’t think it’s intended?!

    Best Regards

    • This topic was modified 10 years, 2 months ago by coretekk.
    #318218

    Hey coretekk!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog-meta { display: none !important; }

    It is default icon that is displayed when you have not uploaded a featured media. When you upload a featured media on your blog posts, it should look like this – http://kriesi.at/themes/enfold/blog/blog-single-small/

    Best regards,
    Yigit

    #318322

    Hi Yigit,

    thanks for the quick response. The weird thing is, this icon shows also when I uploaded an image. The image just gets layed above the icon – if the image background is transparent I can see the icon through.

    Is there a way how I can only disable this icon? because Id like to still see the date for posts (and I think date is included in meta)

    • This reply was modified 10 years, 2 months ago by coretekk.
    #318504

    Hi!

    Try using this:

    a.small-preview {
    display: none;
    }

    Best regards,
    Ismael

    #318522

    Hi Ismael, thanks but removes the image and the icon, so nothing is displayed (in blogpost)

    I still will use it, because it gives some width to my blog and like it! :D

    Thanks!

    • This reply was modified 10 years, 2 months ago by coretekk.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Strange Image on Media Pages and Blog Posts’ is closed to new replies.