[QUOTE]farrah wrote
Does anyone know how I can change the text style of the hyperlinks under the toolbar buttons? I've tried out various different ways but the only way which has worked so far is by changing the link styles in my skin.css. However, I don't want to change the syles throughout the site - only for the module. Any advice would be much appreciated. Thanks.[/QUOTE]
As a general tip: view the document source using your browser and check the css class that is given with it. I use CSS classes for just about every element so that they can be properly skinned. In this case it is as follows: it is a regular anchor (without a class) in a td of class 'DMXToolbarButton'. So you may reference it in css as:
td.DMXToolbarButton a
Note that the image above it is 'td.DMXToolbarButton img'
Peter