How to change the left bg color of the 2014 WP theme?

3 replies
  • WEB DESIGN
  • |
Hi, guys!

I was wondering if you know how to change the background color on the LEFT of the main content area, of the WordPress theme Twenty Fourteen (2014).

Where in the code is that value?

Thanks!
#2014 #change #color #left #theme
  • Profile picture of the author gerardojv
    I think thats editable via the theme editor, if you wanted it quick and easy you could simply add this to the top area of your css file:

    HTML Code:
    #secondary {background-color: #000000 !important;}
    Reaplce #000000 with the color you want.
    {{ DiscussionBoard.errors[8979255].message }}
  • Profile picture of the author sham2
    You talk about admin left panel or front page left panel?
    If you want to change your left panel background the write this code in your .css file it will be work.
    http://localhost/wordpress/wp-admin/css/colors.min.css

    line number 1..
    #adminmenuback, #adminmenuwrap, #adminmenu {
    background-color: #222222;
    }
    {{ DiscussionBoard.errors[8979766].message }}
  • Profile picture of the author perneali45
    Hi!

    I'm referring to the site itself. Not the admin panel.

    The side I'm referring to isn't editable by the theme editor. The right side is.

    I did find a line that says "secondary background color" and made it white, but it only made the top left white. The bottom left stayed black.

    Thanks to both of you for the feedback, btw!
    {{ DiscussionBoard.errors[8980348].message }}

Trending Topics