Tagged: tabs
I saw this post but it removed from the box, not the part at the top where the tabs are named. You will see the area where monthly and annual are listed as tab titles, there are still boxes around it.
https://kriesi.at/support/topic/how-can-i-remove-the-borders-to-the-accordion-and-the-tabs-controls/
Hey efreighter,
Try using this css code:
.js_active .tab_titles .tab {
border: 0;
}
if that doesn’t help, try:
.js_active .tab_titles .tab {
border: 0 !important;
}
Best regards,
Nikko