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
| Comment | File | Size | Author |
|---|---|---|---|
| template.php_.txt | 6.64 KB | toberschlake |
Comments
Comment #1
kpm commentedfollowing
Comment #2
ajross commentedSure, this seems like a reasonable addition. It will be worked into the next release, which should (hopefully) be out shortly. Thanks!
Comment #3
ajross commentedComment #4
ajross commented