For top bar can I set-up two different color for mobile and desktop?
-
As of now, I change a top-bar color for the mobile menu, it’s automatically changing for desktop too.
For desktop, I want to keep it light gray and for mobile I want to keep it fark blue.
Hello,
Can you please share the site URL so I will give you the custom CSS code for your issue?
Best Regards.
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile Section:
.whb-top-bar {
background-color: blue;
}
You can change the color in the above code as per your requirements.
Best Regards.