Hey,
You can use the Template Builder to create a custom page template to display your Slideshow followed by your Blog. You would need to then create a page and assign the newly created template. You could then, using the Menu Manager create a navigation menu using these pages instead of traditional catgegory archive pages.
So step by step:
1.) Using the Template Builder (under the upScale menu), create a new page template similar to this: http://www.cl.ly/3L1N2l0V3M3i200B2X3k
2.) Select your categories to display under the Blog options drop down.
3.) Create a new page and select the template you just created in the right column.
4.) Publish!
5.) Add the new page to your navigation menu wherever you'd like it to appear.
For the text size, you can change it by adjusting the CSS to suit your needs. The headings text size are controlled by this code:
.slideshow_container_featured .slideshow_welcome_title {
font-size: 20px;
text-align: justify;
}
and the main text area size is controlled by this code:
.slideshow_container_featured .slideshow_welcome_text {
font-size: 12px;
text-align: justify;
}
Add this code to /css/custom.css:
.slideshow_container_featured .slideshow_welcome_title { font-size: 20px; }
.slideshow_container_featured .slideshow_welcome_text { font-size: 12px; }
then adjust the text size as required.
Hope this helps!
James