Title: colour changes
Last modified: August 21, 2016

---

# colour changes

 *  Resolved [Kishor G](https://wordpress.org/support/users/kishor-g/)
 * (@kishor-g)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/colour-changes/)
 * Please advice on below setting:
    1) In default theme when curser goes to Home
   button, it will get change to blue. Please advice how to change this color. 2)
   In default theme, color behind the menu (Home and sample page) is grey. Please
   advice how to change this color. 3) In default theme, color behind widgets (like
   Resent post, Meta) is grey. Please advice how to change this color to other color.

Viewing 1 replies (of 1 total)

 *  [LauraHartwigDesign](https://wordpress.org/support/users/laurahartwigdesign/)
 * (@laurahartwigdesign)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/colour-changes/#post-4219977)
 * Hi, I’m not familiar with this theme, but those changes can be made without too
   much trouble. If the theme has a Custom CSS option, use it to change the code
   below. If not, install a Custom CSS plugin to make the changes. You didn’t say
   what color you wanted to change them to, so I’m going to assume black (#000000)
   and white (#ffffff).
 *     ```
       li.current-menu-item, .themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a {
          background: #000000
       }
       .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
         background: #ffffff;
         border-bottom: 0px #ffffff;
         border-top: 0px #ffffff;
       }
       .widget-title {
          background: #ffffff;
       }
       .widget-area .widget p {
         border-left: 0px #ffffff;
         border-right: 0px #ffffff;
       }
       ```
   
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘colour changes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.4/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [LauraHartwigDesign](https://wordpress.org/support/users/laurahartwigdesign/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/colour-changes/#post-4219977)
 * Status: resolved