badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Set transparend background to area id=access

#28913

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!