viewtopic.php?f=4&t=7337&p=30366&hilit=different+sub+menus+different+pages#p30366 refers.
Many thanks, I have indeed converted the breadcrumbs into sub menus as instructed.
Worked a treat.
Love this theme, and WordPress, I've gone from nothing to a working webpage in a couple of days flat.
This post may need to be shifted to a css or child-theme forum however, as I'm failing on the css style changes I should like to make as a result.
The font colour is rather pale, and I should like it to be the same as the header menu, and the background colour of the 3rd level menu to be white as per the higher two "menus".
I've tried following the instructions to create a child theme that would change the above, but it doesn't appear to have changed at all.
http://KapitiGen.lornahen.com refers.
Pick Programme > Special interest groups to get 3 levels of menus
Am using Suffusion 4.2.2
Backend options.
I've tried setting
Child-themes to inherit, without an @import statement in my child style.css
and to
don't inherit, with an @import statement.
Neither seemed to change anything.
From other experiments the css elements concerned appear to be subnav and heir.nav, this being my style.css
/*
Theme Name: suffusion-child
Theme URI:
http://kapitigen.org/Description: Child theme for Suffusion
Author: LornaHen
Template: suffusion
Version: 0.1.0
*/
#subnav li a, #subnav li a:visited, #subnav .page_item {
color: #000000;
}
/* Level 3 keep same white background as higher level menus, change text to black*/
.hier-nav {
background: #FFFFFF;
}
/* darken the text as per top menu */
.hier-nav li a, .hier-nav li a:visited, .hier-nav .page_item {
color: #000000;
}
This being my first attempt to create a child theme, the $64,000 question is - what have I missed?
Somewhere along the way I see that I've also lost the red highlight on the top menu to show which is the current page!