• Resolved timtekk

    (@timtekk)


    On my blog page, it will show previews of my blog entries. I’m not sure why, but a white square is displaying to the left of every blog preview. I didn’t put it there, and I don’t know why it’s there. I tried to reset all defaults in Blog Designer plugin-in, but it comes back. I feel it is a theme settings, but I don’t know how to remove it! How do I get rid of it? It looks bad!

    http://tmtechnologyllc.com/blog/

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello timtekk,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder


    figure.mh-loop-thumb{
    display: none;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Hi Timtekk,

    thanks for using MH Magazine lite.

    Actually the image placeholders just appear because you haven’t set featured images. If you plan to run a professional magazine site, then it would be highly recommended to set featured images for your posts: How to set featured images in WordPress.

    Also, in case you just want to hide the image placeholders for the posts that don’t have a featured image, then the above mentioned code is not correct. The correct code should be:

    .mh-image-placeholder { display: none; }

    Thread Starter timtekk

    (@timtekk)

    How do I resize a feature image? When I utilize the feature image it is gigantic when opening a reading the blog post. It takes up too much space.

    @timtekk: Please have a look at the posts in the theme demo. The theme has been designed to have featured images on posts with size of 678px x 381px.

    You just need to upload featured images with at least that size and WordPress will generate the necessary thumbnails automatically. If you don’t want to have a featured image on posts in the free theme, you could have a look here.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘white square, unsure why it is displaying’ is closed to new replies.