Posted - 10/03/2022 : 16:47:57
Hi, I haven't used the tabbed panels on my site in a while, but looking art your site, you could just add some style to your css file to fix the issue.
I'm not sure how they looked before, but just coloring the background of the tabs a dark grey (the default for the tabbed panels css file, you could add this to your css file (I suggest the hmstyles.css file in your css folder as it follows the ctcart.css file in your code, so it will take precedence there).
ul.TabbedPanelsTabGroup > li.TabbedPanelsTab { background-color: #999; }
Thanks, David
|