yavuz
Well-known member
Hi,
I'm trying to remove borders from a widget table, I've done this but it doesn't remove the borders:
I'm trying to remove borders from a widget table, I've done this but it doesn't remove the borders:
HTML:
.section.sectionMain.widget-container.widget-tabs .widget-panes {
padding: 9px;
border-right: none;
border-bottom: none;
border-left: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}