Scroller CSS
-
Again, on http://www.whale.org at the bottom….#3 widget…I have a scrolling RSS feed….I have used firebug to determine my css….I am trying make the dotted lines white not grey…
I have put this into my child theme css
.news-wrapper .news {
border-bottom: 1px dashed #fff;
color: #fff;
height: 100px;
margin-left: 3px;
position: absolute;
width: 100%;
z-index: 999;
}But, nothing is happening.
The topic ‘Scroller CSS’ is closed to new replies.