문제

<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.

도움이 되었습니까?

해결책

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 ?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top