Amar Jha
asked 11 years ago

Change left sidebar color from black to some other color

Since the left bar menu or social icons aren’t visible and takes considerable effort to recognise for users, I would like to change the color to something light maybe a light green as used in minion. How do i go about it? Thanks

1 Answers
DominicStaff
answered 11 years ago

To change background color the left sidebar on the theme Minion. you can log in to Dashboard > Appearance > Editors > open the style.css file add the following code.

 

.action.search label {
    background-color: #...;
}

body {
    background-color: #...;
}

.site-actions i {
    background: #...;
}

You can choose the color here: http://www.w3schools.com/html/html_colornames.asp

Hope this helps !

Regards,
Dominic

Amar Jha
replied 11 years ago

Worked like a charm. Thank you Dominic.

Powered by DW Question & Answer Pro