• My blog page turned into 3 columns page. On the right there is unwanted foreign image (grey floppy disk).
    My site pages are all 2 columns format.
    How do I get rid of that unwanted image on my Blog page?
    http://www.artsandbalance.com
    Thank you in advance!
    -Sama

Viewing 1 replies (of 1 total)
  • Hey there Sama,

    This is the default image that is being displayed when no “Featured image” has been set when creating posts http://screencast.com/t/2gQBItqRry. If you do not want to use featured images and want to remove the default ones you can do it with some custom CSS.

    Please try adding the following CSS code to Appearance >> Simvance Settings >> Design >> Custom CSS:

    .blog .featured-thumb.col-md-4.col-xs-12 {
    display: none;
    }
    
    .blog #main .col-md-8.col-xs-12 {
    width: 100%;
    }

    This should remove the image and make your content wider so it fits in that area as well.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘unwanted foreign image’ is closed to new replies.