Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13691
    jason
    Member

    what is the code to remove the shadow at the bottom of widgets?

    what is the code to have square widget edges?

    smartleadlab.com is development site

    #13701
    Sakin
    Keymaster

    @jason: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* To Remove Border Bottom in Widgets */
    .widget { border-bottom: none; }
    /* To Remove Rounded corner in Widgets */
    .widget { border-radius: 0; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘remove shadow between widgets’ is closed to new replies.