Skip to content

Instantly share code, notes, and snippets.

@AustineA
Last active January 11, 2019 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AustineA/4d764eea12e752a1dd5e64c729f081df to your computer and use it in GitHub Desktop.
Save AustineA/4d764eea12e752a1dd5e64c729f081df to your computer and use it in GitHub Desktop.
AMANi Art CSS
/* VS Table */
.vc_tta-tabs-list{
list-style: none!important;
display: flex !important;
justify-content: center !important;
margin-top: 30px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a{
padding: 5px 20px !important;
border-radius: 8px !important;
border: 1px solid #303030 !important;
background: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
background: #303030 !important;
color: white !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
background-color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before{
border-color: #fff !important;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
margin-left: 20px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a::before{
border-style: none !important;
}
@AustineA
Copy link
Author

@KaeKay You can grab this snippets for the tabs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment