• Hello,
    My drop-down menu background color and text color for mobile is white. I can’t find how to change it. Could anyone guide me? Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @burtininkas

    We do not have the feature in the Astra theme to manage the Background of the Primary Header.

    But you can use the following custom CSS to manage the background of the drop-down –

    .ast-header-break-point .main-navigation .main-header-menu {
        background-color: grey;
    }

    I hope that helps.

    Regards,
    Suman

Viewing 1 replies (of 1 total)
  • The topic ‘How can I change the background of the drop-down menu?’ is closed to new replies.