Viewing 3 replies - 1 through 3 (of 3 total)
  • TUT Support

    (@phpexpert21)

    Hello macindoe1,

    To remove you need to customize header.php as per the need.

    I hope the above was helpful.

    Kind regards,

    Manoj

    Theme Author Shaped Pixels

    (@shaped-pixels)

    hi macindoe1,

    1. Ideally, you need to use a child theme
    2. Take a copy of header.php and put it in your child theme folder, then replace this line of code (it may differ slightly on your site):
    <div class="site-title" itemprop="headline"><a href="http://demos.shapedpixels.com/morphology-lite/" rel="home">Morphology Lite</a></div>
    with something like this (basically, remove the link and replace with a span)
    <div class="site-title" itemprop="headline"><span>Morphology Lite</span></div>

    this should get sort it out

    Theme Author Shaped Pixels

    (@shaped-pixels)

    answer provided.
    If any further question on this please post a reply

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Link from Site Title’ is closed to new replies.