Hi,
Go to Theme Options > Styling > Header Tab. You can select various background images or upload your own.
To change the font size and make it uppercase, edit custom.css and add this code
#menu-navigation li a {
text-transform: uppercase;
font-size: 15px;
}
Regards,
Ismael
Hi,
You need to upload the images first on a specific post before you can use it as a gallery image. I’m sure this feature will be available anytime soon. Let me tag this to Kriesi.
Regards,
Ismael
Hi,
I’m a bit puzzled why you don’t need the menus but you can add this on your custom.css to remove the bottom part.
#header_main_alternate {
display: none;
}
Regards,
Ismael
Hi Allyson,
Try to disable all your plugins. The css issue might be caused by some plugins. Try to check the demo site (Propulsion) in firefox: http://kriesi.at/themes/propulsion/ and you will see that it looks good in Firefox.
Regards,
Ismael