Title: RnFnSmith's Replies | WordPress.org

---

# RnFnSmith

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Catch Box Theme 1.3.0 – Change black menu background](https://wordpress.org/support/topic/catch-box-theme-130-change-black-menu-background/)
 *  [RnFnSmith](https://wordpress.org/support/users/rnfnsmith/)
 * (@rnfnsmith)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/catch-box-theme-130-change-black-menu-background/#post-3070991)
 * Hi, Vannon. I was in the same boat and did not see any solutions posted, so here
   it is.
 * This theme relies on a bit of HTML5 and CSS3. For the menu, it uses a linear 
   gradient background. The code can be found in the following section of the style.
   css file. Be sure to edit the background for all CSS3 supporting browsers listed.
 * Also, I just found a great looking gradient code generator.
    [http://www.colorzilla.com/gradient-editor/](http://www.colorzilla.com/gradient-editor/)
 * #branding #access,
    #colophon #access-footer { background: #222; /* Show a solid
   color for older browsers */ background: -moz-linear-gradient(#585858, #3d3d3d);
   background: -o-linear-gradient(#585858, #3d3d3d); background: -webkit-gradient(
   linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
   background: -webkit-linear-gradient(#585858, #3d3d3d);

Viewing 1 replies (of 1 total)