In the process of designing a template, I am attempting to modify the background color of the following div:
<div class="sidebar" data-active-color="blue" data-background-color="wihte">
It seems that I am limited to selecting either black or white for the value of the
data-background-color
attribute. Any attempt to choose a color other than black or white results in it reverting back to the default white color.
How can I set this color to the desired choice (in this case, green)?