Title: Deleted source code returns
Last modified: August 22, 2016

---

# Deleted source code returns

 *  [cpspoon1](https://wordpress.org/support/users/cpspoon1/)
 * (@cpspoon1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/)
 * I am very new to this. The site is [http://www.epresskit.co](http://www.epresskit.co).
   On the Noveil page there is a link that shows up as the word “Noveil” that is
   linked to that very page. In the source code when I delete the following it goes
   away:
 * <h1>[<cufon class=”cufon cufon-canvas” alt=”NOVEIL” style=”width: 94px; height: 26px;”><canvas width=”109″ height=”29″ style=”width: 109px; height: 29px; top: -1px; left: 0px;”></canvas><cufontext>NOVEIL</cufontext></cufon>](http://www.epresskit.co/noveil/)
   </h1>
 * However when I navigate away from the page and then return to it, magically it
   is back. Can I get guidance on how to make it permanently go away? Thank you

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

 *  [catacaustic](https://wordpress.org/support/users/catacaustic/)
 * (@catacaustic)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/#post-5716376)
 * That’s done through the Cufon JavaScript class/file.
 * Somewhere in your theme you’ll find this sort of thing in a JavaScript file somewhere.
 * `Cufon.replace ('h1');`
 * You need to remove the reference to `h1` in there. But just remember that doing
   that will set that back to the default font.
 *  [C W (VYSO)](https://wordpress.org/support/users/cyril-washbrook/)
 * (@cyril-washbrook)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/#post-5716381)
 * When you say:
 * > In the source code when I delete the following it goes away:
 * … do you mean that you are using your browser’s “inspect element” (or similar)
   feature?
 * Changing things in the browser’s inspector does absolutely _nothing_ to the site.
   It is merely a development tool which allows you to see, for example, what your
   site would look like _if_ you made certain changes.
 * If you want to actually make changes to your site, you will probably have to 
   edit your theme templates. In this case, you would have to locate the template
   in which the heading is generated, and delete the relevant code.
 *  Thread Starter [cpspoon1](https://wordpress.org/support/users/cpspoon1/)
 * (@cpspoon1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/#post-5716392)
 * So how do I actually get to a place I am editing rather than inspecting?
 * And thanks for the help
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/#post-5716393)
 * You really should not modify theme files – as those changes will be lost when
   the theme is updated. Use a child theme to avoid that:
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Or for what you are asking about, you can hide that page title with CSS – try
   ADDING this to a custom CSS section of your theme, or JetPack’s custom CSS:
 *     ```
       .date_title {
          display: none;
       }
       ```
   
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/#post-5716394)
 * BTW, for additional help, you should ask the developers of your theme here:
 * [http://gorillathemes.com/support/viewforum.php?f=65&sid=d2484c756e0bfb5fa69aaebfa74f45a0](http://gorillathemes.com/support/viewforum.php?f=65&sid=d2484c756e0bfb5fa69aaebfa74f45a0)
 *  Thread Starter [cpspoon1](https://wordpress.org/support/users/cpspoon1/)
 * (@cpspoon1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/#post-5716549)
 * Thank you WPyogi…that worked

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

The topic ‘Deleted source code returns’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [cpspoon1](https://wordpress.org/support/users/cpspoon1/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/deleted-source-code-returns/#post-5716549)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
