• I’m totally new to WordPress.
    How do I change the title from italic to normal?
    How do I change the title to my own graphic image?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Welcome to WordPress. In the future, please perform some searches before posting questions because it will most likely have already been asked and answered thoroughly. 🙂
    1) To change the title from Italic to anything else, look at the file wp-layout.css, which contains all the CSS code for your website. Search for the #header { section, change the font line to your liking.
    2) Look into index.php and you will see a call to bloginfo('name'); shortly after after the < body > line. You can remove that and insert your image in there.
    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Simpliest questions…’ is closed to new replies.