Change the sidebar background transparent colour in Offroad theme

Do you know how I could change the transparent background of the side-bar in the Offload theme (RW7) into a non transparent, grey background?
Thank you very much.

1 Like

Put this into the site CSS section :

.sidebar{
background: grey !important;
}

The word grey is a valid colour, but you may substitute the word grey with any of these values that are ordered below lightest to darkest :

#999999 --- #888888 --- #777777 --- #666666 --- #555555 --- #444444

1 Like