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
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
Worked like a charm. Thank you Dominic.
Please login or Register to submit your answer