Site wide changes to superfish

Permalink
Hi Everyone

I have superfish and like it a lot.

However, I want to change the colors on the hover, etc, to match a new logo.

Is there a way I can change the colors of superfish for all the pages of my site in a single go or do I have to change each page's superfish page-by-page?

Many thanks

Luke

 
Tony replied on at Permalink Reply
Tony
if you had used a global block, then you could change them everywhere at once by just changing it once. but assuming you didn't, you can override the css within your theme's style sheet. you may have to use the !important tag to do an override of the styles set within the block. if you search within the support section for the superfish block you should be able to find some examples of people doing something similiar. i tell everyone this, also recommend using the firefox plugin called firebug for inspecting your css hierarchies.
LukeH replied on at Permalink Reply
Thanks Tony. I'll check out the global block as I am just doing a dummy-run with C5 to see where the small hitches are.
nige replied on at Permalink Reply
nige
Global Block? How do you make those?

Is that just a template?

Nige
Tony replied on at Permalink Reply
Tony
by global block, i was referring to the global scrapbook. if you paste it into a page as an alias, then you can just change it once to change all the other instances of it.

alternatively, after naming you global scrapbook block, you can hard code it to a page type like this:

$block = Block::getByName('MailingListBox'); 
if( is_object($block) ) $block->display();