Page 1 of 1

Make transparent a list

Posted: Thu Dec 26, 2013 4:58 pm
by Vicent Cortés

Hello!

I'm trying the following code:

[dsid=mobilelistitem_123]{
background:url("") no-repeat;
background-color: #FFFFFF;
opacity: 0.3;

}

I want that the list is a bit clear (not cloudy), to see the image of the background.

Thanks and regards


Make transparent a list

Posted: Thu Dec 26, 2013 5:28 pm
by Maryna Brodina

Hello! Sorry, I'm not sure I understand what do you mean. Could you post screenshot of what you have now and explain in more details what are you going to do?


Make transparent a list

Posted: Thu Dec 26, 2013 6:17 pm
by Maryna Brodina

1) Please check if you have correct selector mobilelistitem_123
2) Try this code pre[dsid=mobilelistitem_123]{
background: #FFFFFF !important;
opacity: 0.3 !important;
}/pre