I am trying to change the background of the space between the module title and the module itself. The problem is that I want to change it for only one module if possible. See the attached picture.
I tried with:
.t4-section .sidebar-2 .module-inner .{
background: #0092D0;
}
But it changes the background of all modules in the sidebar. If I add:
.t4-section .sidebar-2 .module-inner .mod-tour-list{
background: #0092D0;
}
Nothing changes. Can you give me a little help?