Title: Magazine Basic, Image Widget formatting
Last modified: August 21, 2016

---

# Magazine Basic, Image Widget formatting

 *  [MKW987](https://wordpress.org/support/users/mkw987/)
 * (@mkw987)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/)
 * Hi there,
 * I am using the Magazine Basic theme (great theme by the way) for my blog and 
   I have added an image to my blog using Widget. See next [http://www.netguish.nl/solutions/](http://www.netguish.nl/solutions/)
   
   I would like to erase the grey border lines, grey fill, etc. basically show a
   clean image only. I have not been able to find the right clue to help me solve
   this.
 * Anyone a great advice please to solve?
 * MKW987

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

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/#post-4570615)
 * The first one will remove the items from all widgets, the second from image widgets.
 *     ```
       .widget {
       background: none;
       border: none;
       -moz-box-shadow: none;
       -webkit-box-shadow: none;
       box-shadow: none;
       }
       ```
   
 *     ```
       .widget_sp_image {
       background: none;
       border: none;
       -moz-box-shadow: none;
       -webkit-box-shadow: none;
       box-shadow: none;
       }
       ```
   
 *  Thread Starter [MKW987](https://wordpress.org/support/users/mkw987/)
 * (@mkw987)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/#post-4570660)
 * Thanks!
 * How to make this work please in my child style.css?
    Basically, in what section
   to copy this and or overwrite? In the sidebar section where there’s a lot of 
   Widget instructions? Thanks in advance for your help. Much appreciated.
 * MKW987
 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/#post-4570730)
 * You can put it at the bottom of your child css file.
 *  Thread Starter [MKW987](https://wordpress.org/support/users/mkw987/)
 * (@mkw987)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/#post-4570745)
 * Thanks batharoy, works perfect.
 *  [bl59marie](https://wordpress.org/support/users/bl59marie/)
 * (@bl59marie)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/#post-4570971)
 * If I want to remove the widget box for just some of my widgets, for example the
   one I use för a slideshow. Is there any way to do it?
 *  Thread Starter [MKW987](https://wordpress.org/support/users/mkw987/)
 * (@mkw987)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/#post-4570972)
 * I have installed the plugin ‘Widget Visibility without Jetpack’, with which you
   can control what pages widgets appear on. In the widgets a selection option will
   be added with which you can control visibility. Works perfect.

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

The topic ‘Magazine Basic, Image Widget formatting’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/magazine-basic/3.0.8/screenshot.
   png)
 * Magazine Basic
 * [Support Threads](https://wordpress.org/support/theme/magazine-basic/)
 * [Active Topics](https://wordpress.org/support/theme/magazine-basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/magazine-basic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/magazine-basic/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [format](https://wordpress.org/support/topic-tag/format/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 6 replies
 * 3 participants
 * Last reply from: [MKW987](https://wordpress.org/support/users/mkw987/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/magazine-basic-image-widget-formatting/#post-4570972)
 * Status: not resolved