Support » Theme: evolve » Problem with shadow on widget-box

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Use the following in Theme Options -> Custom CSS
    This will remove the shadow.

    .widget.widget_facebook_likebox::after {
        box-shadow: none !important;
    }

    I can’t get it to show in correct place… 🙂

    Thread Starter jonnylander

    (@jonnylander)

    Thanks for the tip…

    Thread Starter jonnylander

    (@jonnylander)

    It workrs with this CSS-Code…

    #secondary .widget_facebook_likebox {
        overflow:inherit;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with shadow on widget-box’ is closed to new replies.