Title: Colors style css
Last modified: August 20, 2016

---

# Colors style css

 *  [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/)
 * Hello,
 * I want to change the color of my theme from purple to blue. Now I have the css
   style already taken care of, but some things remain alsog purple.
    Can anyone
   help me? Can someone look at the css style?
 * P.S. It’s not about the background. It is about the header and the headers of
   posts on catagory.
 * I can send photo’s.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/colors-style-css/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/colors-style-css/page/2/?output_format=md)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320896)
 * What do you mean you have the CSS style taken care of? If there are elements 
   that have not changed, you probably need to change the CSS code for those elements
   or else there is a problem with your code (either CSS or HTML).
 * You’ll need to be able to post a link to your site for help with CSS issues so
   someone can look at the actual code.
 *  Thread Starter [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320899)
 * The css style is not quite good (I think). I have no knowledge of. One part of
   the website is blue, and the other part of the website is still purple.
 * P.S. My english is not good. I’m from the Netherlands.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320904)
 * Hi Evansteenis, can you provide a link to your website for us to see? Otherwise
   resolving the issue hypothetically will consume too much time.
 *  Thread Starter [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320909)
 * [http://www.evansteenis.nl](http://www.evansteenis.nl)
 * I removed the maintenance mode so you can see the website. But when you are finished
   the maintenance mode must go back on because the website is a mess right now.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320911)
 * So, it’s the navigation purple you want changed blue?
 *  Thread Starter [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320913)
 * Yes
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320918)
 * You’ll have to change the colour within this image [http://www.evansteenis.nl/wp-content/themes/theme1214/images/nav-act.gif](http://www.evansteenis.nl/wp-content/themes/theme1214/images/nav-act.gif)
 *  Thread Starter [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320919)
 * OMG, How do I do that?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320921)
 * Maybe it’ll be just easier if you add this CSS;
 *     ```
       li.current-menu-item > a {
        background: none;
        background: #4275EC;
       }
       ```
   
 *  Thread Starter [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320928)
 * I did that…
    This is the CSS:
 *     ```
       @charset utf-8;
       /*--
       Theme Name: WordPress Theme 1214
       Theme URI: http://template-help.com/
       Description: A theme from Template-Help.com Collection
       Version: 3
       Author: Template_Help.com
       Author URL: http://www.Template-Help.com/
       --*/
       ```
   
 * _[ Moderated that’s way to much CSS to post here. ]_
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320930)
 * You shouldn’t be editing the theme’s files.
    Download (and install) a [Custom CSS Manager](http://wordpress.org/extend/plugins/custom-css-manager-plugin/)
   plugin and enter your CSS within the area of the dashboard allocated by that 
   plugin.
 *  Thread Starter [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320946)
 * plugin does not work
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320951)
 * Try the [Jetpack](http://wordpress.org/extend/plugins/jetpack/) plugin and use
   its [Custom CSS](http://jetpack.me/support/custom-css/) functionality to hold
   your CSS modifications.
 *  Thread Starter [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * (@evansteenis)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320963)
 * This works just like the editor that I already had in my wordpress. Until now,
   still have two colors.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/#post-3320964)
 * Sorry, I can’t find that CSS modification on your webpage.
    Whereabouts did you
   add it?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/colors-style-css/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/colors-style-css/page/2/?output_format=md)

The topic ‘Colors style css’ is closed to new replies.

## Tags

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

 * 16 replies
 * 3 participants
 * Last reply from: [Evansteenis](https://wordpress.org/support/users/evansteenis/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/colors-style-css/page/2/#post-3320980)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
