Quote:
Originally Posted by Geoserv Is there a way to make it so every second story had a different background color?
Geoserv. |
add this to your CSS
say you have 20 stories per page. x-news starts from 0
#xnews-1 {
background: #006600;
}
#xnews-3 {
background: #006600;
}
#xnews-5 {
background: #006600;
}
#xnews-7 {
background: #006600;
}
#xnews-9 {
background: #006600;
}
#xnews-11 {
background: #006600;
}
#xnews-13 {
background: #006600;
}
#xnews-15 {
background: #006600;
}
#xnews-17 {
background: #006600;
}
#xnews-19 {
background: #006600;
}
change color to your taste
check here demo
PeekLocal / Posted Blogs