David6950977
Posts: 0
Joined: Wed Jun 25, 2014 5:42 pm

mobilecollapsblockcontent

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

mobilecollapsblockcontent

Hello David,

Could you please try this code:

code[dsid="mobilecollapsiblesetName"] .ui-collapsible-content {
background-color: #ff9933;
}/code

David6950977
Posts: 0
Joined: Wed Jun 25, 2014 5:42 pm

mobilecollapsblockcontent

Sorry for the delayed response, However, this didn't work.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

mobilecollapsblockcontent

Hi David,

Try the following CSS please:pre[name=mobilecollapsiblesetName] div{
background:red;
}/preWhere 'mobilecollapsiblesetName' is a name of mobilecollapsibleset component.

David6950977
Posts: 0
Joined: Wed Jun 25, 2014 5:42 pm

mobilecollapsblockcontent

Worked Great!!!!

Thank you

Return to “Issues”