Joshua-M
I need to change the look and feel of the side bar. I had posted a question earlier as of how to change the side bar text color and answer was to create a custom.css and add the below snippet code line.
.VMmenu a {
color:#yourcolor!important;
}
So, is there a I can define a style in the same custom.css?
Thank you