Hi Matt,
what about the background to the panel?
and background to the text box too?
thanks!
Hi-
I’m having a similar issue so I thought you might be able to help…
I have a tab container which is I used the custom setting from the examples in wordpress http://www.artbeyondsight.org/dic/wp-admin/admin.php?page=shortcodes-ultimate-examples but the colors are now right- but how would i change the code to make the tabs vertical instead of horizontal?
I tried it by adding in some suggestions here but it didn’t do anything to the tabs
[su_tabs class=”my-custom-tabs”][su_tabs vertical=”yes”]
<style>
.responsive-tabs .responsive-tabs__panel–closed-accordion-only {display: block;}
.su-tabs.my-custom-tabs { background-color: #9999FF}
.su-tabs.my-custom-tabs .su-tabs-nav span { font-size: 1.3em }
.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current { background-color: #CCCCFF }
.su-tabs.my-custom-tabs .su-tabs-pane {
padding: 1em;
font-size: 1.3em;
background-color: #CCCCFF;
}
</style>
What else should I do differently?