Change opacity menu
-
Hi – I am trying to remove the opacity and add a drop shadow in the header of a website, them Sdney.
I know this is a css issue but maybe someone can help. I have added this drop shadow as well as changed the bg opacity to 1 in both the main css file and in custom css. neither method works but when i inspect it in firefox developer tool the css is applied.
-webkit-box-shadow: 0px 3px 8px 1px rgba(102,101,102,1); -moz-box-shadow: 0px 3px 8px 1px rgba(102,101,102,1); box-shadow: 0px 3px 8px 1px rgba(102,101,102,1);thanks for any help
-
… above css applied to
.site-header .float-headerwill you please explain it clearly. may be i can help. if possible send a sccrenshot
We will need a detailed explanation with screenshots.
Aside that i suggest u that in your website, on the footer widget services, it is not necessary nor pretty to put san francisco at the end of them all
Here is a link for the screenshot. I have entered the css that should be applied for the desired drop shadow to the “float header”. Outside of that I want to remove the opacity from the header itself.
Thanks.
OK – I figured out the drop shadow but still having trouble removing the opacity from the header background color. If you have any suggestions please let me know.
thanks
it may seem a stupid question but u tried opacity=0; ?
@iscato – yes, the opacity should be 1 to not have transparency added.
opacity: 1;the thing i can’t figure out is if i change it to any lesser amount, such as .1, .2, .3 etc. it works but with 1 it does not.
The topic ‘Change opacity menu’ is closed to new replies.