• hi, my website is https://electricguitartips.net.

    I want to put a picture on the Title instead of just a text written electricguitartips.net.

    Currently i m using the theme name Minima Black for WordPress 1.1.6 by Disparut & soren121.

    The picture i want to use for the title is

    click here to view the image

    how can i do that?

Viewing 1 replies (of 1 total)
  • Ok first off, that “Click” link directs me to your CPanel, not a good thing!

    If you want to change your header go to your /themes directory:

    usually: SITE_ROOT/wp-content/themes

    Open your current theme header and you should see something similar to:

    <h1><a href="<?php bloginfo('url'); ?>/">
              <?php bloginfo('name'); ?>
              </a></h1>
            <p class="slogan"><em>
              <?php bloginfo('description'); ?>
              </em> </p>

    Just edit that to remove the text and input an image, you’ll probably need to edit some CSS also, so I hope you have coding knowledge, if you would like to post your Header.php file on pastebin.ca and link it, I’ll do it for ya, just gimme the REAL link to the img file!

Viewing 1 replies (of 1 total)
  • The topic ‘How to put picture on my theme’ is closed to new replies.