Semi-transparent menus
-
Is it possible to create a semi-transparent look to drop down menus. We are using the expound theme.
Blog: adminkdhs.wordpress.comThe blog I need help with is: (visible only to logged in users)
-
Hi there, give the following a try. It uses RGB color for the background with an alpha transparency (the 0.7 at the end). The first three numbers, 0, 0, 0 are the RGB color (black in this case).
.sub-menu li { background: rgba(0, 0, 0, 0.7); } -
-
- The topic ‘Semi-transparent menus’ is closed to new replies.