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*

Set transparend background to area id=access

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28863
    m.steinholtz
    Participant

    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.

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.