Hey,
Many themes show you how they would look, and what is possible, when they are full of content. And, unless the theme specifically has an option of installing ‘demo content’, you will need to re-create and/or figure it out yourself.
Many good themes come with some support and guides to help with this.
Thank you!
One more question: Is it possible to change the title’s font?
Yes.
If the theme has a ‘theme options’ section in wp-admin (many do) you can change it there. If not, you will need to override the original css with your own stylesheet.
If there are other changes you would like to make it might best to create a child theme if you can. Otherwise your changes will be lost when the theme is updated.
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
Thank you again!
Actually I have changed my theme to a new one and it’s a child theme. But now I’d like to change the picture that is there by default for another one I have and it seems that you can’t do that. Can you?
You should be able to update any images in the normal way.
However, if an image url is hardcoded into a template or the style.css file, you could change it there. Make sure you change the child theme files, not the parent theme 🙂
Yes, it seems that it’s hardcoded into the template but how do I change it? I’ve looked everywhere and can’t find the solution. There is no header option to remove it as in other templates.
Copy the appropriate template file from the parent theme (eg. header.php) and place it in your child theme folder, then edit that.
Thank you. I finally used another template and everything has worked fine. I’m new in this as you can see, so I have a lot of questions but I’m getting by.
Great, good luck with your site! 🙂