Is there a possibility to set the background Color for the meny bar (id=Access) to transparent? Have tried to set the custom css to “rgba” but did not work.
Hi M.steinholtz,
You can add background color for the menu bar as below CSS code but change the rgba color as your choice.
#access { background-color: rgba(74, 137, 195, 0.5); border: 0 none; }
Thank you!