• 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/
    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)
  • 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

    (@mkw987)

    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

    You can put it at the bottom of your child css file.

    Thread Starter MKW987

    (@mkw987)

    Thanks batharoy, works perfect.

    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

    (@mkw987)

    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.