css - Wordpress theme "Twenty Fifteen" background -


i'm using wordpress "twenty fifteen" theme website.

i'd change background color left of sidebar, don't find how. can change background of body, page, sidebar, etc., not of area left of sidebar (which has same colour).

step 1- go admin of theme. appearance > customize shown in screeshot.enter image description here

step 2- go additional css tab-

enter image description here

step 3-add css in tab below. give own colors want.

body:before{     background-color: yellow;}/* css left part only*/ .sidebar{background-color: blue;}/* css sidebar*/ 

enter image description here

note: have specify both colors both left part , sidebar here only work properly.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -