Closed (fixed)
Project:
Acquia Prosper
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2009 at 02:18 UTC
Updated:
24 Oct 2009 at 04:30 UTC
I've been hunting around the Prosper and Fusion files for clues on how to get the superfish directional arrows to appear. I can't figure out what line(s) of CSS code are stopping the the arrows from appearing. Any pointers or suggestions? Thanks for creating a great theme.
Comments
Comment #1
stephthegeek commentedThat's actually a flag set in Fusion's JS: http://cvs.drupal.org/viewvc.py/drupal/contributions/themes/fusion/fusio...
autoArrows: false,It'd be cool if this was more easily exposed in the subtheme since it's kind of buried, but that's a tricky issue :)
Comment #2
schuster211 commentedThat worked! Thanks!