Hi,
I'm running my main site using Coalition Theme in One Page Portfolio mode and used the One Page Portfolio Builder to edit the menu colours. I have one background colour when you hover over a menu item and a different background colour for the current selected item.
I also have an external link to my blog which also uses Coalition but in Basic Theme mode. I created a menu that is exactly like the menu on my main site (with the links taking the user back to the main site) but with some additional category links within the blog. But as I am running Basic Theme mode, I don't have the One Portfolio Builder to edit the colours of my menu items. I would like to have exactly the same menu colour schemes in both menus (main site and blog).
Please could someone help me out with this. I've seen another thread with a similar question and it seems that entering a quick CSS in the layout and styling tab of Theme Options is a solution. But the code that was suggested (see below) does not give a different hover colour and current item colour, both are the same.
#top .main_menu a:hover, #top .main_menu .current-menu-item > a, .main_menu .current_page_item > a {
color: #FFFFFF;
}
.main_menu .section-home.current-menu-item a, .section-home .section_bg{
background-color: #32333D;
}
div .main_menu a{
color:#444;
}
.main_menu a:hover, .main_menu .current-menu-item>a, .main_menu .current_page_item>a{
background-color:#444;
}
Also, is it possible to have the small coloured bar which sits inbetween the menu and the content on a Basic Theme page? I suspect this may be a feature only available in One Page Portfolio mode?
My main site - http://www.audioloungesound.com (with menu as I want it)
My blog - http://www.audioloungesound.com/blog (with menu not as I want it)
Thanks in advance for your help...














