• I’m using the generic theme and trying to replay tagline session with image, but failed. Some other site, they do it well, but fail with me.
    Any help for me?
    Check my tagline session “Best beginner guitar today” of my site: bestbeginnerguitartoday.com,above the main menu if you still not understand.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to create child theme (How to create Child Theme)

    And replace the tagline code with your logo / image in header.php

    Thread Starter btv_bk

    (@btv_bk)

    Any easy way to modified directly on current theme ?
    Could you please tell more detail how to replace the tagline code

    Find this code on your theme header.php file

    bloginfo('description')

    and replace your image code

    <img src="IMAGE URL" alt="logo" />

    But its not recommended way. May be you loose your code when you update your theme

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

The topic ‘How to replace tagline with image?’ is closed to new replies.