Title: uellee's Replies | WordPress.org

---

# uellee

  [  ](https://wordpress.org/support/users/uellee/)

 *   [Profile](https://wordpress.org/support/users/uellee/)
 *   [Topics Started](https://wordpress.org/support/users/uellee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/uellee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/uellee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/uellee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/uellee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/uellee/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do I change the h2 font size?](https://wordpress.org/support/topic/how-do-i-change-the-h2-font-size/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-change-the-h2-font-size/#post-2583250)
 * perfect. Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do I change the h2 font size?](https://wordpress.org/support/topic/how-do-i-change-the-h2-font-size/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-change-the-h2-font-size/#post-2583128)
 * Thanks a bunch! It worked great but now that I made it smaller I would like to
   make it bold. Can you please show me how I need to modify this to make it bold
   now.
 *     ```
       .entry h2 { font-size: 14px; line-height: 1.1em; }
       ```
   
 * thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I want to remove one nav bar](https://wordpress.org/support/topic/i-want-to-remove-one-nav-bar-1/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/i-want-to-remove-one-nav-bar-1/#post-2562577)
 * Does anybody have any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme developer's link at bottom of page](https://wordpress.org/support/topic/theme-developers-link-at-bottom-of-page/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/theme-developers-link-at-bottom-of-page/#post-2559291)
 * I understand, I thought you were telling me to edit the original theme but after
   i pasted it into the child style.css it worked just fine.
 * thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme developer's link at bottom of page](https://wordpress.org/support/topic/theme-developers-link-at-bottom-of-page/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/theme-developers-link-at-bottom-of-page/#post-2559287)
 * harmck: I am using a child theme, did you misunderstand me or am I confused?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Line above (or part of) header](https://wordpress.org/support/topic/line-above-or-part-of-header/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/line-above-or-part-of-header/#post-2554920)
 * [@christine](https://wordpress.org/support/users/christine/)
 * YOU ARE AMAZING! Thank you so much. I was working on that for hours.
    Done.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Line above (or part of) header](https://wordpress.org/support/topic/line-above-or-part-of-header/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/line-above-or-part-of-header/#post-2554908)
 * I don’t think that line is the border because I am unable to change the color
   of it or the thickness with code intended to change those things. Anybody have
   anything for me to try?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Line above (or part of) header](https://wordpress.org/support/topic/line-above-or-part-of-header/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/line-above-or-part-of-header/#post-2554902)
 * Yeah, still no luck 🙁
    see my page: [http://www.bodysculptinglafayette.com/](http://www.bodysculptinglafayette.com/)
   and here is the entire style.css:
 *     ```
       /*
       Theme Name:     2011 mod
       Description:    svelte website
       Author:         admin
       Template:       twentyeleven
   
       (optional values you can add: Theme URI, Author URI, Version)
       */
   
       @import url("../twentyeleven/style.css");
   
       #branding { border-top: none; }
   
       /* remove search*/
       #branding #searchform {
       display: none;
       }
       ```
   
 * Any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Line above (or part of) header](https://wordpress.org/support/topic/line-above-or-part-of-header/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/line-above-or-part-of-header/#post-2554881)
 * Are you saying I can’t use the editor in WP to fix my problem? I downloaded Firebug
   and messed around with it a bit and had no luck.
    I probably don’t know what 
   I am doing in Firebug.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Line above (or part of) header](https://wordpress.org/support/topic/line-above-or-part-of-header/)
 *  Thread Starter [uellee](https://wordpress.org/support/users/uellee/)
 * (@uellee)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/line-above-or-part-of-header/#post-2554862)
 * Yes it has been answered and I have seen all of those answers and unfortunately
   this code is not doing it for me:
 * #branding {
    border-top: 2px solid #0A0A0A; }
 * and neither is this:
 * #branding { border-top: none; }
 * Maybe I am doing something wrong…
    This one was successful for me in removing
   the search though:
 * #branding #searchform {
    display: none; }
 * I will look into the Firefox add-on

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