Can you please tell me how can I change the color of the menu bar? The background is stripes!
Best223 Well-known member Registered Joined Mar 20, 2021 Messages 51 Points 28 Reputation: Dec 30, 2022 #1 Can you please tell me how can I change the color of the menu bar? The background is stripes!
BattleKing Spirit of darkness Staff member Administrator Moderator +Lifetime VIP+ S.V.I.P Member Collaborate Registered Joined May 24, 2020 Messages 3,529 Points 523 Reputation: Dec 31, 2022 #2 Take a look into Appearance > Styles > <YOUR STYLE> - Style properties Header and navigation
O one_finger_man Well-known member Registered Joined Jan 20, 2022 Messages 410 Points 53 Reputation: Dec 31, 2022 #3 you can use these codes and change what you like CSS: .p-nav-opposite { background: green; } .p-nav-inner { background: red; } .p-nav { background: purple; } .p-nav-scroller { background: yellow; }
you can use these codes and change what you like CSS: .p-nav-opposite { background: green; } .p-nav-inner { background: red; } .p-nav { background: purple; } .p-nav-scroller { background: yellow; }