Hi Brian,
Using firebug i managed to change the module header properties. but bg color comes just behind the module title and not for whole header.
font color is coming fine.
To check what controls the border color of module, firebug does not shows which style sheet controls it. Instead it just shows only the corresponding tag which
controls border color as shown below. Hence i could not change border color of any module in my portal since i don't know which style sheet controls it.
element.style {
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#000000;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#000000;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#000000;
border-top-style:solid;
border-top-width:1px;
}
Awaiting your suggestion for both issues that i face asap.
Thanks a lot.