Background color sidemenu?
-
Hi,
have tried finding the correct element in css to edit background on the side menu. Anyone who knows how i would need to do it with this theme?The blog I need help with is: (visible only to logged in users)
-
Hi there, the slightly transparent white on the left sidebar area is set in the follow. The first three numbers are the RGB color code for white, and the last number, the 0.95 is the opacity/transparency. The closer to 1, the more opaque, the closer to 0, the more transparent. You can replace that with a solid color if you desire, or adjust the opacity.
#page::before { background-color: rgba(255, 255, 255, 0.95); } -
-
- The topic ‘Background color sidemenu?’ is closed to new replies.