Title: Change Theme Colour using Custom CSS
Last modified: June 12, 2018

---

# Change Theme Colour using Custom CSS

 *  Resolved [Karl J Samuel](https://wordpress.org/support/users/karljsamuel/)
 * (@karljsamuel)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/change-theme-colour-using-custom-css/)
 * I want to change the colour of my website to something else. Please help me with
   custom css code for Enigma theme to change the colour of entire website.
    New
   colour theme : #00661D

Viewing 1 replies (of 1 total)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/change-theme-colour-using-custom-css/#post-10389975)
 * Hello Karl J Samuel,
 * Go to enigma theme directory -> css folder -> open default.css file and replace
   color code #31A3DD with #00661D and save the file.
 * Now go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General
   Options -> paste the below CSS in Custom CSS box and save –
 *     ```
       .carousel-list li {
           background: rgba(1, 103, 30, 0.6);
       }
       .enigma_service_detail h3 a {
           color: #01671e;
       }
       ```
   
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Change Theme Colour using Custom CSS’ is closed to new replies.

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

## Tags

 * [change; colour](https://wordpress.org/support/topic-tag/change-colour/)
 * [theme colour](https://wordpress.org/support/topic-tag/theme-colour/)

 * 1 reply
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [7 years, 12 months ago](https://wordpress.org/support/topic/change-theme-colour-using-custom-css/#post-10389975)
 * Status: resolved