Home Forums WoodMart support forum For top bar can I set-up two different color for mobile and desktop?

For top bar can I set-up two different color for mobile and desktop?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #279256

    ajay_odedara
    Participant

    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.

    #279299

    Hello,

    Can you please share the site URL so I will give you the custom CSS code for your issue?

    Best Regards.

    #279318

    ajay_odedara
    Participant

    sure

    #279327

    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.

Viewing 4 posts - 1 through 4 (of 4 total)