Hello
How can I change the width of the classic tab in xtheme renew?
I want a border of 1 px
Hello
How can I change the width of the classic tab in xtheme renew?
I want a border of 1 px
Hi @marcdb,
Please try adding this custom CSS under Theme Options > CSS:
.x-nav-tabs,
.x-nav-tabs.top>li,
.x-nav-tabs.top>li a,
.x-tab-content {
border-width: 1px;
}
Hope it helps 
Yess, thank you so much !
You’re welcome, Marc.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.