MyBB Community Forums

Full Version: Fix this navbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i edit this welcome back navbar in blue [Image: 6ceJ6oX.png]

to this one in green: [Image: wf5N9w5.png]
OK, looks like you're using a custom built theme. Without being able to see your site it's difficult to help. You can contact the designer who created your theme or... if you will provide a link to your forum, we might be able to guide you to a right solution.

// L.E.: I just found your forum. IMO, you're NOT qualified for support. Good luck!
the forum is offline Confused i have the html code copied only
Then start with css global.

panel lower

change to
background: #0B610B;
border-bottom: 1px solid #8a8d8f;

do the same with panel upper. but here you have to add border.
border-top: 6px solid #8a8d8f;

the colorcode (#0B610B and #8a8d8f) is just an examples, it's green and border gray, but not likely the color you want.

In #panel .lower a:link, #panel .lower a:visited, #panel .lower a:hover, #panel .lower a:active
remove background tag