• site in question is:
    ProQualClean

    Im still working on it but stumped at how to remove the following:
    on each page where text/info goes it has the page/name, such as text about, contact in blue on the page.
    I need to remove said text.

    thanks again

Viewing 5 replies - 1 through 5 (of 5 total)
  • make backups of your theme files before editing.

    if your theme has a page.php, edit this file. (if not, copy index.php and save it as page.php, then edit this.)

    search for some code like this:

    <h2 class="art-PostHeader">
    <a href="<?php......?>" rel="bookmark" title="...</h2>

    just locate the <h2 class= at the beginning and the </h2> at the end.

    then delete those bits and everything in between.

    Thread Starter moosey5

    (@scareshack)

    ok, thank you very much, ill give it a try shortly

    Thread Starter moosey5

    (@scareshack)

    It worked on the other pages(good) Except the home page.

    Do I have to change something else. Thanks so much

    Thread Starter moosey5

    (@scareshack)

    Any Help on this. Still need to get the HOME off the main page. Thanks again

    Now try carrying out the same edit in your theme’s index.php file.

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

The topic ‘Help remove’ is closed to new replies.