If you want to use a customised version of the styles, the method is outlined in the documentation and as you are using a child theme the recommended way to use custom styles is to add a line of code to your theme’s functions.php to prevent the default stylesheet from loading, and then copy the styles from the plugin’s stylesheet into the child theme’s stylesheet and make changes to the copy.
Thanks for the fast response! Is there a reason you’re not loading the stylesheet up in the head the way everyone else does it?
I kept it like that for backwards compatibility for people who are already using their own custom styles as the code to remove the default stylesheet would no longer work if I changed how the styles are loaded.
Hi where is the documentation located?
Hi again sorry, I’m using a child theme too. I just need a pointer to the documentation I can’t seem to find it. I want to use my own styles. The tab customizer is nice but I can’t use any of the presets for this project.
Thank you in advance.
sorry again! I found it somewhat further down the page logically enough https://wordpress.org/plugins/tabby-responsive-tabs/ under subhead “Usage” — didn’t see it at first. oops. anyway cheers!