side bar/header transparency
- The topic ‘side bar/header transparency’ is closed to new replies.
Need help? Check out our Support site, then
Hi I’m trying to reduce the opacity but can’t get the CCS to save & stay within my website design. Everytime I refresh it defaults !
I’m entering;
#header { background-color: rgba( 74, 76, 77, 0.7 );}
The blog I need help with is: (visible only to logged in users)
sorry its actually http://www.pixellit.co.uk that I need to make this change to-Thanks !
Hi,
Your code seems to be working fine for me, but I do not see it anywhere in your website. Can you try adding it like this
#header { background-color: rgba( 74, 76, 77, 0.7 ) !important;}
Let me know if it still doesn’t work.
Thanks,
Edy