Code was not modifying primary menu links to match chosen color scheme. Added ",#suckerfishmenu ul.menu li ul a" to "if ($color3){$vars['custom_colors'].= "#navigation, #suckerfishmenu ul.menu li ul a { background: $color3; border: $color3; }\n";}" and "if ($color7){$vars['custom_colors'].= "#suckerfishmenu a, #suckerfishmenu ul.menu li ul a { color: $color7; }\n";}" in template.php to fix the issue.

Can you please add this to base code so change does not get overwritten on updates.

Thanks

CommentFileSizeAuthor
template.php_.txt6.64 KBtoberschlake

Comments

kpm’s picture

following

ajross’s picture

Sure, this seems like a reasonable addition. It will be worked into the next release, which should (hopefully) be out shortly. Thanks!

ajross’s picture

Status: Active » Fixed
ajross’s picture

Status: Fixed » Closed (fixed)