CSS Question

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:

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;
}

:cautious:
 
Your CSS selector is most likely wrong. Without seeing the site, not much we can help with. If it comes from an add-on, the developer may be able to give you a better answer.
 
I'm not allowed to share this particular sites adress because the owner doesn't want random people (men) registering to it since it's a "women only" site (:

I've contacted the add-on author to answer the question. Thank's for the quick response @Jeremy (y)
 
Top Bottom