Title: Saving HTML Edits Using Firebug
Last modified: August 19, 2016

---

# Saving HTML Edits Using Firebug

 *  [szymanski](https://wordpress.org/support/users/szymanski/)
 * (@szymanski)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/)
 * I’m trying to edit my HTML code using Firebug, but can’t figure out how to save
   it once it’s changed. There’s no master HTML file in the theme directory for 
   me to open and edit in Dreamweaver, so I’m kind of stuck when it comes to that…
   thoughts? Thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1531893)
 * You can’t save edited CSS from Firebug. You have to make the changes in the stylesheet
   itself.
 *  [WraithKenny](https://wordpress.org/support/users/wraithkenny/)
 * (@wraithkenny)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1531912)
 * Firebug lets you preview changes. You should in your WordPress folder in Dreamweaver
   navigate to /wp-content/themes/ and there you’ll find your theme files. Inside
   the folder of the theme you are using, look for style.css. Edit and upload your
   css changes in this file.
 * Note, you *can* set up Dreamweaver to use the preview and WYSIWYG editor but 
   it’s *really* hard. Just preview changes in Firebug, edit the css and upload 
   it, rinse and repeat.
 *  Thread Starter [szymanski](https://wordpress.org/support/users/szymanski/)
 * (@szymanski)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532246)
 * Yeah, I got the editing of the CSS down, but I’m wanting to edit the HTML. For
   example: I want to go in and change the name of the blog at the top of the page,
   in the header. I can’t find where in the code to do this unless I’m in Firebug?
   There is no “master” HTML file for the page in the wp-content/themes directory.
   I can’t even find it in the admin section of the WordPress site (where you manage/
   edit your themes). Is this because I’m working with the free version of the theme?
   I wonder if I NEED to purchase the full PRO version of the theme to have complete
   control over these types of things. Seems like I should be able to go in and 
   edit the name of the page though, pretty basic stuff. I’m missing something… 
   Thanks!
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532250)
 * Go to Appearance/Editor in your admin panel and look in the Header template.
 *  Thread Starter [szymanski](https://wordpress.org/support/users/szymanski/)
 * (@szymanski)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532252)
 * Yep, that’s the first place I went and nothing… did a find and replace search
   for the page title and it found nothing. I’m getting the feeling that I need 
   to purchase the full version of the theme in order to have complete control over
   all coding. Again, seems strange that I couldn’t change something so simple in
   the coding. I’m using the Titan theme from Theme Foundry.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532253)
 * > For example: I want to go in and change the name of the blog at the top of 
   > the page, in the header
 * Look in header.php for something like:
 * `<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?
   ></title>`
 *  Thread Starter [szymanski](https://wordpress.org/support/users/szymanski/)
 * (@szymanski)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532270)
 * Yep, I found it and still no dice. Kind of frustrating at this point. I really
   appreciate your help on this, but I think I may need to turn to Theme Foundry
   Support for an answer. Doesn’t seem like it should be this difficult to go in
   and modify the name of my blog! I’m looking for code more like this:
 * [name](http://www.mywebsite.com/blog)
 * And want to change the “name” portion of that line… can’t find anything like 
   that anywhere in any of the files that come with my WordPress theme.
 * Thanks again. Any last suggestions?
 *  Thread Starter [szymanski](https://wordpress.org/support/users/szymanski/)
 * (@szymanski)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532271)
 * Sorry that line of code didn’t translate in my previous post:
 * [name](http://www.url.com/blog)
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532276)
 * It would be easier to help you if we could see your blog, knew what theme your
   were using, and knew exactly what you wanted to change.
 *  Thread Starter [szymanski](https://wordpress.org/support/users/szymanski/)
 * (@szymanski)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532277)
 * [http://www.euriecreative.com/wordpress/](http://www.euriecreative.com/wordpress/)
 * Titan Theme (free version, not complete purchased full version)
 * I want to change the wording for the header and subhead:
    eurie blog what’s new
   with eurie
 * I established this wording in the admin section of another theme, but when I 
   activated Titan theme it kept my information, but I lost the ability to edit 
   that type of information. It seems some themes are more flexible than others 
   in allowing customization ?? Thanks…
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [16 years ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532279)
 * Your theme is pulling those values from the “Blog Title” and “Tagline” fields
   at Settings/General in your admin panel.
 *  Thread Starter [szymanski](https://wordpress.org/support/users/szymanski/)
 * (@szymanski)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532288)
 * Ahhh, gotcha. Thanks for the help!
 * One last question. What if I wanted to change the appearance of that text. See
   how it’s underlined and from a particular font family? What if I wanted it to
   not underline or change appearance on a hover over? This is where I am still 
   stuck, not being able to go in and edit that HTML <h1 id=”title”>
 * ??? Thanks again for directing me to the correct admin panel…
 *  [ryanolac](https://wordpress.org/support/users/ryanolac/)
 * (@ryanolac)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532327)
 * how can i use rinse in firebug? Thank you 🙂
 *  [abidg](https://wordpress.org/support/users/abidg/)
 * (@abidg)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532402)
 * @ szymanski …. I’m facing the same issue
    did you found any solution of this 
   problem???? I’m waiting for your kind reply

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

The topic ‘Saving HTML Edits Using Firebug’ is closed to new replies.

## Tags

 * [firebug](https://wordpress.org/support/topic-tag/firebug/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [Saving](https://wordpress.org/support/topic-tag/saving/)

 * 14 replies
 * 6 participants
 * Last reply from: [abidg](https://wordpress.org/support/users/abidg/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/saving-html-edits-using-firebug/#post-1532402)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
