Title: Theme colour
Last modified: May 22, 2019

---

# Theme colour

 *  Resolved [sakinadipace](https://wordpress.org/support/users/sakinadipace/)
 * (@sakinadipace)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/)
 * Hi again
 * I do not have the theme pro version but I would like to change the theme colour
   to green. Could you help me with a CSS code please ?
 * Many thanks again for your help
 * Sakina
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftheme-colour-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [sakinadipace](https://wordpress.org/support/users/sakinadipace/)
 * (@sakinadipace)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11562330)
 * I particularly need the color of the menu to change from blue to green when we
   click on it.
    Many thanks!
 *  [Amit Gupta](https://wordpress.org/support/users/gamit6444/)
 * (@gamit6444)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11563079)
 * Hi, sakinadipace
 * To do this, add the given below CSS code in your custom css box:
 *     ```
       .navbar-default .navbar-nav > .active > a{
           color: rgb( 170, 211, 129) !important;
       }
       ```
   
 * I hope it will work for you!
 * Thanks
 *  Thread Starter [sakinadipace](https://wordpress.org/support/users/sakinadipace/)
 * (@sakinadipace)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11563508)
 * Fantastic it works!
    Could you help me to change the color of the contact button
   at the bottom of the homepage please? Many thanks
 *  Thread Starter [sakinadipace](https://wordpress.org/support/users/sakinadipace/)
 * (@sakinadipace)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11563520)
 * Actually it worked only for the homepage. The other tab of my menu are still 
   blue unfortunately. Is there a way to have all the tab of the menu in blue when
   we hoover them with the arrow please?
    Also the submenus boxes are in blue. Is
   there a way to change them to green as well please? Many many thanks
 *  [Amit Gupta](https://wordpress.org/support/users/gamit6444/)
 * (@gamit6444)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11564018)
 * Hi,
 * Add the below custom CSS:
 *     ```
       .navbar .navbar-nav > li > a:hover{
           color: rgb( 170, 211, 129) !important;
       }
       .btn-wrap a {
           background-color: rgb( 170, 211, 129) !important;
       }
       .dropdown-menu {
           background-color: rgb( 170, 211, 129) !important;
       }
       .dropdown-menu > li > a:hover{
           background-color: rgb(156, 195, 116) !important;
       }
       .dropdown-menu > li > a:focus{
           background-color: rgb( 170, 211, 129) !important;
       }
       .dropdown-menu > li > a {
           border-bottom: 1px solid rgb( 170, 211, 129) !important;
       }
       .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
           color: rgb( 170, 211, 129) !important;
       }
       .dropdown-menu > .active > a{
           background-color: rgb( 170, 211, 129) !important;
       }
       ```
   
 * Thanks
 *  Thread Starter [sakinadipace](https://wordpress.org/support/users/sakinadipace/)
 * (@sakinadipace)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11564480)
 * Amazing! I wish I had your knowledge
 *  [Amit Gupta](https://wordpress.org/support/users/gamit6444/)
 * (@gamit6444)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11564688)
 * Hi,
 * If you like our theme and support, rate us [HERE](https://wordpress.org/support/theme/busiprof/reviews/#new-post).
 * Thanks

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/busiprof/2.5.3/screenshot.png)
 * Busiprof
 * [Support Threads](https://wordpress.org/support/theme/busiprof/)
 * [Active Topics](https://wordpress.org/support/theme/busiprof/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/busiprof/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/busiprof/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Amit Gupta](https://wordpress.org/support/users/gamit6444/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/theme-colour-3/#post-11564688)
 * Status: resolved