Dumb SEO Questions

(Entry was posted by Gregory Krista on this post in the Dumb SEO Questions community on Facebook, 12/10/2014).

Change the theme color on a wordpress site.

Does anyone know how to change the theme color on a wordpress site? I am trying to change the default color (black) into a different color. I can`t change the color simply in the theme. Where do I need to look in the HTML or CMS to change the color. 

I did look at Google Chrome (inspect element) and I found the code, but I did not see it in Wordpress

I know this is super vague!

-Greg?
This question begins at 01:07:54 into the clip. Did this video clip play correctly? Watch this question on YouTube commencing at 01:07:54
Video would not load
I see YouTube error message
I see static
Video clip did not start at this question

YOUR ANSWERS

Selected answers from the Dumb SEO Questions Facebook & G+ community.

  • Gregory Kristan: Does anyone know how to change the theme color on a wordpress site? I am trying to change the default color (black) into a different color. I can't change the color simply in the theme. Where do I need to look in the HTML or CMS to change the color. ;

    I did look at Google Chrome (inspect element) and I found the code, but I did not see it in Wordpress

    I know this is super vague!

    -Greg
  • Jon Tromans: There's a customise button in the left admin menu of WP that gives you some very basic changes.

    Appearance --> Customise

    Other than that you'll need to make changes to the CSS. Some themes have a custom code box or header box where you can slot in some extra code.

    Put any changes within a style tag and remember to use !important at the end of the css change.

    eg....

    <style>
    body {background-color: #f5f5f5 !important;}
    .nav a {font-size: 14px !important; color: #333 !important;}
    </style>
  • Julio Marquez: you can do that using style.css coming with your wp theme ;
  • Julio Marquez: site.com/wp-content/theme/style.css

View original question in the Dumb SEO Questions community on Facebook, 12/10/2014).