• Resolved stevenwebster1979

    (@stevenwebster1979)


    Im using the Magazine Basic theme and cant seem to remove the borders and background color in the widgets to make look more fluid. Im a relative novice at this (only about a month in) so any help would be appreciated

    See what im talking about http://awesomecanada.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hopefully you are making any changes in a custom CSS option or plugin such as jetpack? That way your changes won’t be erased when the theme is updated. Once you have that set up, add this to it:

    .side-widget {
        background: none;
        border: 0;
    }
    Thread Starter stevenwebster1979

    (@stevenwebster1979)

    WPyogi thanks so much, u helped save hours of frustration. It worked great, just what i was looking for appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do i remove the background color an border in widgets’ is closed to new replies.