Remove borders from CMS widgets

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • boodog
    Member
    • Nov 2006
    • 82
    • 3.6.x

    Remove borders from CMS widgets

    To remove widget borders, add this code to your ADDITIONAL.CSS template. Confirmed working in Safari, Firefox, and IE. Makes a nice, clean look for your CMS page.

    Example here.

    HTML Code:
    /* removes borders, shadows, etc on CMS widgets */
    .cms_widget {
        -moz-box-shadow: -0px 0px 0px #C8C8C8;
        border: 0; }
    .widget_content {
        background: 0;
        border: 0;}
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...