How to theme this ticker? I want to set something, for instances, background color, width and height of the block so that it can match existing theming.
I see instruction below from the readme.txt of the module:
Position the taxonomy_ticker block in your theme using something that looks like that :
#block-taxonomy_ticker-0 {
position: absolute;
left: 200px;
top: 20px;
background: transparent;
}
But I don't know where this code should be put and make it work. Any explanation in more detail?
Comments
Comment #1
mathieu commentedYou probably want to put this into your theme's css file. I haven't done anything new in taxonomy_ticker for some time, so I don't really remember how much of it is themeable, but it should be most (if not all) of it.
Though, if you modify size/height/width, you might have to modify some stuff in the code.
Obviously, if you find anything that could be done in any easier way, please do send in a patch!
Comment #2
(not verified) commented