I place the text for all slides. But is it possible to place it seperate for each slide?
I’ve tried to place #slidecaption1 | #slidecaption1 etc. in the CSS, but no luck.
Another challenge:
Using [tabs] [tab title=””]… can’t seem to find the setting for background color for the title?
It is not possible to change the position of slider caption for each slide.
If you don’t want to use this default image slider, you can use any image slider WordPress plugin
Go to Appearance » Theme Options » Homepage Slider
Enter your slider shortcode which is provided by plugin without php tag
To change the background color of tab title
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
use below css code and change the color code
.tabs-wrapper ul.tabs li a { background-color: #cccccc; }
.tabs-wrapper ul.tabs li a.selected { background-color: #96d668; }