Title: _KyleBenson's Replies | WordPress.org

---

# _KyleBenson

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Changing header and bold font colors](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/#post-6922766)
 * That worked like a charm. You’re awesome [@stephencottontail](https://wordpress.org/support/users/stephencottontail/).
 * One last related question. Is there a way to make the bold items black and bold.
   The theme seems to make them grey and thinner…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] How do I change widget text color](https://wordpress.org/support/topic/how-do-i-change-widget-text-color/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-do-i-change-widget-text-color/#post-6922751)
 * My site is under construction, but I made it public hoping you may be able to
   help me figure this out. Here is my site – [http://www.modern-romance.net/](http://www.modern-romance.net/)
   
   I was able to change the title color of the widgets (per your advice above) but
   not the individual text that the widget creates.
 * Below is my style sheet: Is there anything else I can add to change the color?
   The gray fades too much and makes it hard to read.
 * .nav { font-weight: bold; }
    #nav-topbar .nav li a { color:#fffff7; } #nav-topbar.
   nav li > a:hover, #nav-topbar .nav li:hover > a, #nav-topbar .nav li.current_page_item
   > a, #nav-topbar .nav li.current-menu-item > a, #nav-topbar .nav li.current-menu-
   ancestor > a, #nav-topbar .nav li.current-post-parent > a { color:#000; }
 * #nav-header .nav li a { color:#fffff7; }
    #nav-header .nav li > a:hover, #nav-
   header .nav li:hover > a, #nav-header .nav li.current_page_item > a, #nav-header.
   nav li.current-menu-item > a, #nav-header .nav li.current-menu-ancestor > a, #
   nav-header .nav li.current-post-parent > a { color:#000; }
 * #footer .nav li a { color:#000000; }
    #footer .nav li > a:hover, #footer .nav
   li:hover > a, #footer .nav li.current_page_item > a, #footer.nav li.current-menu-
   item > a, #footer .nav li.current-menu-ancestor > a, #footer .nav li.current-
   post-parent > a { color:#000; }
 * .textwidget ul li a {
    color: #000; }
 * .entry, .entry.excerpt p {color:#000}
    h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3
   a, h4 a, h5 a, h6 a { color: #000 }
 * p.post-byline {
    color: #000; }
 * .page-title a { color: #000; }
 * .wpcf7-list-item {
    display: block; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Changing header and bold font colors](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/#post-6922750)
 * I published the site for you to view. Once you are done, please let me know so
   I can restore the coming soon page.
 * Here is a page with the example: [http://www.modern-romance.net/write-for-us/](http://www.modern-romance.net/write-for-us/)
 * Below is my entire child theme stylesheet: Maybe there is something I did that
   is preventing the code from working…
 * /*
    Theme Name: Hueman Child Theme URI: [http://alxmedia.se/themes/hueman/](http://alxmedia.se/themes/hueman/)
   Description: Sample child theme for customization. Author: You Author URI: Template:
   hueman Version: 1.0.0 */
 * [@import](https://wordpress.org/support/users/import/) url(“../hueman/style.css”);
 * /* ————————————————————————- *
    * Theme customization starts here /* ————————————————————————-*/
 * /* Global */
    .mystyle {}
 * /* Tablet – 800px, 768px & 720px */
    [@media](https://wordpress.org/support/users/media/)
   only screen and (min-width: 720px) and (max-width: 800px) { .mystyle {} }
 * /* Mobile – 480px & 320px */
    [@media](https://wordpress.org/support/users/media/)
   only screen and (max-width: 719px) { .mystyle {} }
 * /* Mobile – 320px */
    [@media](https://wordpress.org/support/users/media/) only
   screen and (max-width: 479px) { .mystyle {} }
 * .nav { font-weight: bold; }
    #nav-topbar .nav li a { color:#fffff7; } #nav-topbar.
   nav li > a:hover, #nav-topbar .nav li:hover > a, #nav-topbar .nav li.current_page_item
   > a, #nav-topbar .nav li.current-menu-item > a, #nav-topbar .nav li.current-menu-
   ancestor > a, #nav-topbar .nav li.current-post-parent > a { color:#000; }
 * #nav-header .nav li a { color:#fffff7; }
    #nav-header .nav li > a:hover, #nav-
   header .nav li:hover > a, #nav-header .nav li.current_page_item > a, #nav-header.
   nav li.current-menu-item > a, #nav-header .nav li.current-menu-ancestor > a, #
   nav-header .nav li.current-post-parent > a { color:#000; }
 * #footer .nav li a { color:#000000; }
    #footer .nav li > a:hover, #footer .nav
   li:hover > a, #footer .nav li.current_page_item > a, #footer.nav li.current-menu-
   item > a, #footer .nav li.current-menu-ancestor > a, #footer .nav li.current-
   post-parent > a { color:#000; }
 * .textwidget ul li a {
    color: #000; }
 * .entry, .entry.excerpt p {color:#000}
    h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3
   a, h4 a, h5 a, h6 a { color: #000 }
 * p.post-byline {
    color: #000; }
 * .page-title a { color: #000; }
 * .wpcf7-list-item {
    display: block; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Radcliffe] responsive site content is pushed to the right](https://wordpress.org/support/topic/responsive-site-content-is-pushed-to-the-right/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-site-content-is-pushed-to-the-right/#post-6313792)
 * Figured it out
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Changing header and bold font colors](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/#post-6922735)
 * It displays a coming soon page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Changing header and bold font colors](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/#post-6922716)
 * My site is under construction. Is there a way to publish it then put it back 
   under construction?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] How do I change foot navigation text font color to black (#000)?](https://wordpress.org/support/topic/how-do-i-change-foot-navigation-text-font-color-to-black-000/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-do-i-change-foot-navigation-text-font-color-to-black-000/#post-6922715)
 * Awesome. That worked perfectly!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Change body text color?](https://wordpress.org/support/topic/change-body-text-color-1/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/change-body-text-color-1/#post-6922713)
 * Done. Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Changing header and bold font colors](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/changing-header-and-bold-font-colors/#post-6922712)
 * I added the following code and didn’t notice any difference in my heading 1, 
   2, 3, 4… color.
 * h1, h2, h3, h4, h5, h6,
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000 }
 * Do I need to add a dot somewhere?
 * Thanks for your awesome help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] How do I change widget text color](https://wordpress.org/support/topic/how-do-i-change-widget-text-color/)
 *  Thread Starter [_KyleBenson](https://wordpress.org/support/users/_kylebenson/)
 * (@_kylebenson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-do-i-change-widget-text-color/#post-6922711)
 * Does that mean I need to figure out which CSS works with each individual widget?

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