Title: Problem with editing
Last modified: August 21, 2016

---

# Problem with editing

 *  [commishdeb](https://wordpress.org/support/users/commishdeb/)
 * (@commishdeb)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/problem-with-editing/)
 * When I go to make changes and edit pages of our website, I update them but when
   I check the webpage for the corrections, some line are in different fonts, some
   are bold and some a different color than what I selected and edited the page 
   to be. I have done pages over several different times to have the pages be different
   every time and NOT the way I want them. How can I correct this??
    Thanks for 
   any help!! It’s very frustrating!!

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

 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/problem-with-editing/#post-3754574)
 * Can you link to a page where you have the problem?
 *  Thread Starter [commishdeb](https://wordpress.org/support/users/commishdeb/)
 * (@commishdeb)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/problem-with-editing/#post-3754575)
 * [http://townofgeddes.com/departments/parks-and-recreation-department/familyadult-trips/](http://townofgeddes.com/departments/parks-and-recreation-department/familyadult-trips/)
 *  Thread Starter [commishdeb](https://wordpress.org/support/users/commishdeb/)
 * (@commishdeb)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/problem-with-editing/#post-3754577)
 * I change the color of the font and it says that the color is black then on the
   webpage it shows as tan or light gray..
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [13 years ago](https://wordpress.org/support/topic/problem-with-editing/#post-3754729)
 * Instead of using inline style, try using a div and class
    This is in your style
   CSS:
 *     ```
       .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
           color: #B58A00;
           font-weight: bold;
           margin-bottom: 10px;
       }
       ```
   
 *  Thread Starter [commishdeb](https://wordpress.org/support/users/commishdeb/)
 * (@commishdeb)
 * [13 years ago](https://wordpress.org/support/topic/problem-with-editing/#post-3754787)
 * Sorry I don’t mean to sound stupid but I don’t know how to do that.. I was just
   adding content on my page. Could you tell me how I do that??
    Thank you!
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [13 years ago](https://wordpress.org/support/topic/problem-with-editing/#post-3754795)
 * For example:
    Add to your CSS
 *     ```
       .entry-content-color
       {
           color: green; /* your color here */
           font-weight: bold;
           margin-bottom: 10px;
       }
       ```
   
 * and Use html like:
    `<h1 class="entry-content-color">Your heading here</h1>`

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

The topic ‘Problem with editing’ is closed to new replies.

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [Krishna](https://wordpress.org/support/users/1nexus/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/problem-with-editing/#post-3754795)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
