Hi Henrik
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; }
Regards
Grace Themes