PDA

View Full Version : Rotating headline


lagkdok
07-28-2008, 01:18 PM
Hi friends,

how can i change the Rotating headline box' color?

i mean this : (arrow)


http://i42.servimg.com/u/f42/11/82/04/55/sans_t11.png

thank you

dino
07-28-2008, 01:33 PM
You can change background in CSS file {VIVVO_THEME}css/rotating_headlines.css

The element you're looking for is .box_headline (line 1)

.box_headline {margin: 6px 12px 6px 0px; padding: 6px; background-color: #eee; height: 384px;}

lagkdok
07-28-2008, 01:47 PM
thank you very much Dino

dino
07-28-2008, 02:22 PM
np, glad to help :)