My apologies if I didn't explain the request very well. I'm not referring to the fixed header. I'm referring to the dropdown menu that displays when hovering over a "Main Menu" item.
I attached a screenshot. I'd like to lower the opacity of the dropdown's black background so it matches the rest of the menu.
The last snip of CSS worked great, however the background color of the individual "cells" (each child page item) is a solid black background. I'm not sure what the proper terminology is so I've attached a screenshot.
I'd like to make that opaque black "cell" semi-transparent like the rest of the menu.
Hello,
Is it possible to lower the opacity of the dropdown menu without making it completely transparent?
Thanks!
Hello Josh,
You can add this custom css ( thefox > styling options ) :
.opaque_header { opacity: 0.95; }
And change the 95 to something lower like 70
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
You rock, thank you so much!
Josh
You're welcome!
Glad to have been able to help you!
Also maybe a little early to ask you but if you could rate our theme 5 stars on themeforest, it would really boost our team motivation!
You can do it from this page : http://themeforest.net/downloads and click the stars under the download button of our theme. Thanks in advance!
If you already have rated our theme, then thanks a lot!
Do not hesitate to contact us if you have other questions :)
Have a nice day!
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
The custom CSS doesn't appear to be working. The opacity of the drop down doesn't change when I add the custom CSS to the styling options. Thoughts?
Thanks!
Hello Josh,
That's strange, we checked your site and actually we don't see the fixed header when scrolling down the page.
Also we see that the css you added opacity:0.70 is working, just the fixed header doesn't seems to work.
What is the theme version and settings you are using for the header.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
My apologies if I didn't explain the request very well. I'm not referring to the fixed header. I'm referring to the dropdown menu that displays when hovering over a "Main Menu" item.
I attached a screenshot. I'd like to lower the opacity of the dropdown's black background so it matches the rest of the menu.
Thanks!
Hello Josh,
My bad, it seems that I didn't read your question correctly.
You can add this custom css ( thefox > styling options ) :
#header_container nav ul li ul { background: rgba(0,0,0,0.85)!important; }
This will change the dropdown background color.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
As usual, thank you much brother! That did the trick.
Thanks!
Hello Again,
The last snip of CSS worked great, however the background color of the individual "cells" (each child page item) is a solid black background. I'm not sure what the proper terminology is so I've attached a screenshot.
I'd like to make that opaque black "cell" semi-transparent like the rest of the menu.
Thanks!
Hello Josh,
Again sorry for the mistake, please replace the css we sent you by this one :
#header_container nav > ul > li > ul { background: rgba(0,0,0,0.85)!important; }
This should do the trick!
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
No worries! That snip did the trick. You da man.
Thanks!
Hello Josh,
Glad to have been able to help you!
You're welcome!
Do not hesitate to contact us if you have more questions.
Have a nice weekend!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme