Hello,
I'm trying to change the color of the mobilecollapsblockcontent with CSS. I was successful in changing the collapsible header color with,
html head + body [name=mobilecollapsblock_1] .ui-btn {
background-color: #dd9933;
}
html head + body [name=mobilecollapsblock_1] .ui-btn:hover {
background-color: #ff9933;
however, I haven't been able to change the color of the actual background of the collapsible.
Thanks