Vicent Cortés
Posts: 0
Joined: Sat Oct 12, 2013 5:09 pm

Make transparent a list

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Make transparent a list

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Make transparent a list

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

Return to “Issues”