Hey,
Your other topics seemed to be a duplicate of the questions you asked on this topic, so it was deleted because I had already responded here.
1.) If you're trying to modify the slider to show 3 slides in one go, firstly you need to adjust the size of the images displayed in function.php (XL size). This will affect every slider image as well as large previews (lightbox).
To add text to each slide, assuming you've edited the code to show 3 slides in the space of 1, the text should automatically be added based on the data you enter on the Portfolio Entries page.
2.) To adjust the font size / colour, you need to modify the CSS stylesheet. The font size is found at the top of style.css:
body {
font-family:Arial,Helevtica,Verdana,san-serif;
font-size:13px;
line-height:23px;
}
To modify the colour of the Headline text, the code for this is in /css/style1.css (or /css/style2.css or /css/style3.css depending on which colour scheme you chose) and looks like this:
.footer, #top .footer a:hover, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .dropcap2, .dropcap3, .wrapper_heading h2, .button, #js_sort_items span, #top .pagination a:hover {
color:#FFFFFF;
text-shadow:1px 1px 0 #222222;
}
If you only want to change the Headline colour, add this to the end of style.css:
.wrapper_heading h2 { color: #FFFFFF; }
Just change #FFFFFF to the HEX of the colour you want to display.
3.) I haven't received an email from you. Did you contact Kriesi? Right now, I'm not aware of a way to display more than 8 slides but I'll look into it.
Cheers,
James