• Found out small bug in CSS mp6-light/css/colors-mp6-light.css

    The bacground color is almost as bright as text color, so couldn’t read anything. Changed to color: #333

    .widget .widget-top,
    .menu-item-handle {
    background: #0074a2;
    color: #fff;
    border: none !important;
    }

    🙂

    http://wordpress.org/plugins/mp6-light/

The topic ‘Widgets – sidebar color’ is closed to new replies.