0
<ul data-role="listview">
  <li data-role="list-divider">A</li>
  <li><a href="index.html">Adam Kinkaid</a></li>
  <li><a href="index.html">Alex Wickerham</a></li>
  <li><a href="index.html">Avery Johnson</a></li>
  <li data-role="list-divider">B</li>
  <li><a href="index.html">Bob Cabot</a></li>

 </ul>

enter image description here

how can i change the scetion color? thank you.

Best Water
  • 169
  • 3
  • 14

1 Answers1

0

I'm not sure if you're asking a simple change of color. But if I'm right :

You should simply add a class. Then go to the css and there just add a .classname{ background-color: #color;}

Is that you are asking for ?

Despertaweb
  • 1,672
  • 21
  • 29
  • yes, sorry i'm a beginer, thank you help me. the answer like this?
  • Site
  • li.section{ background-color: #FFF;} – Best Water Sep 10 '13 at 15:23
  • Yes it is ! Or if you prefer, just will work with .sectio --> .section{ background-color: #FFF;} – Despertaweb Sep 10 '13 at 19:00
  • please mark my answer for the correct one please! I'll will give me some reputation :D @BestWater – Despertaweb Sep 10 '13 at 19:02