Project:Taxonomy Ticker
Version:5.x-1.1
Component:Documentation
Category:support request
Priority:normal
Assigned:mathieu
Status:closed (fixed)

Issue Summary

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

#1

Assigned to:Anonymous» mathieu
Status:active» fixed

You 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!

#2

Status:fixed» closed (fixed)