I attempted to accomplish the goal of Change the background color of the upper menu bar - Shape 5 Forte" but I don't understand where a custom css code goes. Do I create a s5_custom.css file with the code as stated? I tried this but it didn't have any effect. Are there instructions on doing this somewhere?
Here's the code I extracted:
/ S5 custom css
----------------------------------------------------------- /
#s5_menu_wrap {
background: #C0C0C0;
}
#s5_menu_wrap.s5_wrap {
border-bottom: solid 1px #C0C0C0;
}
#s5_columns_wrap {
border-bottom: solid 1px #C0C0C0;
}
I placed such a file in several places in the css folder without any effect.
Thanks!