• batkras

    (@batkras)


    I want to know how to remove the title and put a logo in its place ?

Viewing 1 replies (of 1 total)
  • MrDudle

    (@mrdudle)

    It’d probably be in your header.php file.

    <?php bloginfo('name'); ?>

    You should find something similar to that and replace it with:

    <img src="https://www.yoururl.com" alt="Your alt text" ?>

    Should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Easiest way to put a logo’ is closed to new replies.