PDA

View Full Version : Bestseller theme - departments listings editable?


kevine
04-Nov-2004, 03:55 PM
I am modifying the them "bestseller" and I was wondering if it is possible to apply CSS styles to the copy that appears on the left under the departments graphic so that I can set a particular font size and line spacing for this listing.

If anyone knows if this is possible and can tell me how it would much appreciated.

Cheers!
Kevin

I-CC
04-Nov-2004, 05:13 PM
Within the Act_BrochurePrimary and Act_Primary locate the ...

function YahooSections(ar)

Within that script function, you will find:

strIDs +=

with a href commands etc, so create your css classes as normal and then add the class=hhh as normal to the href strIDs sections of the functions.

That will do it.