Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    If you want to change the style of the tabs / accordion, copy the contents of the plugin’s stylesheet into your child theme or custom styles plugin and make the required changes to the css rules to give the appearance you want.

    Once you have done that, you can prevent the built-in styles from loading by adding the following line to your child theme’s functions.php or a custom functionality plugin:

    <?php remove_action('wp_print_styles', 'cc_tabby_css', 30); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘tabs color’ is closed to new replies.