Title: Inline CSS Colors
Last modified: August 31, 2016

---

# Inline CSS Colors

 *  Resolved [danechelon](https://wordpress.org/support/users/danechelon/)
 * (@danechelon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/)
 * Hello,
 * I am attempting to use your template on a site I am building, but am having difficulty
   in removing the colors that the css is putting in there for the navigation.
 * I don’t wish to have any background colour behind the current selected page on
   the navigation but it is automatically putting a white background behind it as
   seen here: [http://echeloncreations.com/Screenshot_3.png](http://echeloncreations.com/Screenshot_3.png)
 * I know that you can change the colours in the customizer, but are you able to
   remove the background colour from it?
 * Kind Regards,
 * Dan

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

 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103578)
 * Hi,
 * Use below css in Custom Css Editor in Customizer General Section
 *     ```
       .menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a{
       background:transparent;
       }
       ```
   
 * This css is not tested but it should do the job. 🙂
 * Thanks
 *  Thread Starter [danechelon](https://wordpress.org/support/users/danechelon/)
 * (@danechelon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103579)
 * Hello,
 * Thank you for your reply.
 * I have tried this in both the Custom Css Editor in Customizer General Section
   and also tried it in the Style.css in the Editor, but neither are making it work.
   The white background is still there.
 * Dan.
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103631)
 * Hi,
 * Please provide the site URL.
 * Thanks
 *  Thread Starter [danechelon](https://wordpress.org/support/users/danechelon/)
 * (@danechelon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103632)
 * [http://rclinz-wp.echeloncreations.com/wp/](http://rclinz-wp.echeloncreations.com/wp/)
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103635)
 * Hi,
 * Please Try this:
 *     ```
       .menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a, .menu_button_mode:not(.header_on_side) #navy > li.current_page_item:hover > a {
           background: transparent !important;
       }
       ```
   
 * Hope it will work for you.
 * Thanks
 *  Thread Starter [danechelon](https://wordpress.org/support/users/danechelon/)
 * (@danechelon)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103637)
 * Perfect, Thank you for your help.
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103669)
 * Most Welcome.
 * Thank You

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

The topic ‘Inline CSS Colors’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kyma/2.9.2/screenshot.jpg)
 * Kyma
 * [Support Threads](https://wordpress.org/support/theme/kyma/)
 * [Active Topics](https://wordpress.org/support/theme/kyma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kyma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kyma/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 7 replies
 * 3 participants
 * Last reply from: [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/inline-css-colors/#post-7103669)
 * Status: resolved