• My company would like to add a logo/image to the tagline rather than text. How could we go about doing that?

    Thanks for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Start with this snippet that adds a link. Do you want the image to have a link?

    If so, add this in between the <a></a> tags:
    <img class="[ADD CLASS]" alt="[ADD ALT]" src="[ADD SRC]" width="xxx" height="xxx" />. Otherwise replace that code with the above.

    Thread Starter andylinteau

    (@andylinteau)

    How do I get to the code to add the snippet? I was able to enable the tool tips but can’t figure out how to get to the code to make the changes.

    Copy and paste the following code in the functions.php file of your child theme

    Sorry, it wasn’t quite as clear as some other snippets

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add image instead of text for tagline’ is closed to new replies.