Hello,

How can I disable/remove "transparency effect" from the dropped-down menus' backgrounds? (in the primary links) It could make the menu item text hard to read when the menu drops down over an image that is on the content , or the preface area.

Thank you.

p.s. I tried removing the "transparent" from the background property in style.css, but it didn't help.

Comments

mybw’s picture

Component: Miscellaneous » User interface
rgreen324’s picture

I think you can turn it off by removing the "opacity:0.9" from the following:

#primary-menu ul.menu li ul

mybw’s picture

Thank you! It worked! :)