Frame around Nav Bar

Hello,

I hope you can help. On my website http://testumgebung-simbach.de/ I want do make a frame around my navbar. See the image adjust.

Is this possible?

Thank you very much.

Best regards

Mario

Hi Mario,

Please add this code in the Global CSS:

.x-navbar-inner {
    border: 5px solid #5B62D2;
}

Here are some reference links related to the suggestions above:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.