Re: Re: Kubrick Theme phpLayers
Hi Gary
That seems to change the drop down colours when you mouseover etc. My problem is even seeing the menu when you are not mousing over. Nothing seems to make it show. (www.talkingcp.info)
Vivienne
I wrote a reply 24 hours ago but apparently just previewed instead of posted. I hate when that happens. 😉
For the top row of menu items ("section" items when configuring the menu), the relevant CSS selectors are div.horbar (the whole row), and div.horbaritem (each separate item). The black background in the hover state is due to the .horbaritem property, which needs to be changed for your site (.horbaritem a:hover specifically).
(When you aren't sure of the CSS selectors being used, look at the source of the page in your browser ("View Page Source" or the equivalent). In a big page, I select and copy some of the affected text in the page viewed normally, then switch to the page source view window/tab and paste the copied text into the "Find" dialog. That lets me zero in on the relevant lines of the source pretty fast.)
-- Gary