Hello,
In cornerstone, on integrity light theme, I’m looking to remove the default grey border around my tab panel. I’ve tried some custom css but I can’t figure it out!
Thank you!
Hello,
In cornerstone, on integrity light theme, I’m looking to remove the default grey border around my tab panel. I’ve tried some custom css but I can’t figure it out!
Thank you!
Hi there,
Please add this code in the Global CSS:
.x-tab-content {
border: 0;
box-shadow: none;
}
You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.
Hope this helps.
Thank you!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.