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
Comment #1
mybw commentedComment #2
rgreen324 commentedI think you can turn it off by removing the "opacity:0.9" from the following:
#primary-menu ul.menu li ul
Comment #3
mybw commentedThank you! It worked! :)