Home › Forums › Weaver Xtreme Theme › Highlighted Menu items to give a Navigational cue › Re: Highlighted Menu items to give a Navigational cue
@scrambler
trying to recreate what you kindly helped me with on 2 March
.single-post #menu-item-797 > a {font-weight:bold;}
Here it is working just like I wanted: http://www.bajanthings.com/cairns-for-lost-friends/
Just creating a new site. Blog is here:
http://www.ringwood-dogs.com/new-cool-stuff/ringwood-dog-training-dog-walking-dog-boarding-dog-day-care/
Have used the same rule, however, when the blog is being read the “Training tips” menu item is not highlighted. Have I missed something?
The only difference is site starts on a static page.
/* Keeps Ringwood Dogs menu-item-105 bold when posts are viewed */
.single-post #menu-item-105 > a {font-weight:bold;}
http://www.ringwood-dogs.com/new-cool-stuff/dog-training-tips/using-positive-reinforcement-dog-training/
After a lot of head sctaching I think I know the issue… with Bajan things the current menu item is bold…. with the Ringwood Dogs which uses the plain them the current item is a different colour (Green)….
Solved once I saw the light with:
/* Keeps Ringwood Dogs menu-item-105 bold when posts are viewed */
.single-post #menu-item-105 > a {color:#009900;}