• Hello, I am not able to change the color of mobile menu cart text.
    As I have chosen white color for main menu for desktop. But I want text beside hamburger menu to be black when viewed in tablet and mobile.

    No option to choose color of mobile menu. I can only change color of hamburger icon.
    Thank you.

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

Viewing 1 replies (of 1 total)
  • Hello @devilmakq,

    I didn’t see “Mobile Menu Cart” on your URL, but regarding the hamburger menu, you can use the custom CSS to solve it. Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    @media(max-width:780px) {
        #site-navigation-wrap .dropdown-menu >li >a,
        .oceanwp-mobile-menu-icon a,
        #searchform-header-replace-close {
            color: #000 !important;
        }
    }

    Result: https://postimg.cc/7fTD309M.

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Menu Cart Color’ is closed to new replies.