Warning: Undefined array key 0 in /home/wplmsio/public_html/support/wp-content/plugins/wplms_plugin/includes/vibe-shortcodes/shortcodes.php on line 3591
Warning: Trying to access array offset on value of type null in /home/wplmsio/public_html/support/wp-content/plugins/wplms_plugin/includes/vibe-shortcodes/shortcodes.php on line 3591
Warning: Undefined array key 1 in /home/wplmsio/public_html/support/wp-content/plugins/wplms_plugin/includes/vibe-shortcodes/shortcodes.php on line 3591
Warning: Trying to access array offset on value of type null in /home/wplmsio/public_html/support/wp-content/plugins/wplms_plugin/includes/vibe-shortcodes/shortcodes.php on line 3591
Warning: Undefined array key 2 in /home/wplmsio/public_html/support/wp-content/plugins/wplms_plugin/includes/vibe-shortcodes/shortcodes.php on line 3591
Warning: Trying to access array offset on value of type null in /home/wplmsio/public_html/support/wp-content/plugins/wplms_plugin/includes/vibe-shortcodes/shortcodes.php on line 3591
The new tabs style :
1. The Shortcode for the Tabs (in text mode):
2. Add custom Class on block : moderntabs and add custom CSS :
3. Add this css in Theme customiser – Custom CSS or in Child theme – style.css or in wplms customiser – customiser.css
.moderntabs{text-align:center;} .moderntabs .tabs{display:inline-block;border:none;}.moderntabs .tabs .nav.nav-tabs{display:inline-block;} .moderntabs .nav.nav-tabs > li > a { padding: 10px 24px; border: 2px solid #222; border-right: none; border-radius: 0;} .moderntabs .nav.nav-tabs > li:last-child > a{border-right:2px solid #222;} .moderntabs .nav-tabs > li.active > a,.moderntabs .nav-tabs > li> a:hover, .moderntabs .nav-tabs > li.active > a:hover,.moderntabs .nav-tabs > li.active > a:focus{background:#222;color:#fff;border-color:#222;}