• Hello,

    the menue text on mobile view is still green. How can I change that?
    Desktop and tablet view is already white and perfect like that.

    Thanks in advance.

    Cheers Ben

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi bede82,

    For this paste the following css code in custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css field)

    @media only screen and (max-width: 480px) and (min-width: 200px)
    {
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
        color: #fff !important;
    }
    }

    Thanks

    • This reply was modified 6 years, 1 month ago by Imran Ali.
    Thread Starter Ben

    (@bede82)

    Hello Imran,

    text is still green in the orange field.

    Hi bede82,

    it’s working perfect at our end, please clear cache then check your website.

    Thanks

    I am having a similar issue and dont know how to start my own support forum post. My mobile, tablet, and small screen hamburger menus drop down and the text is black, with a black background, and when hovered over changes to red. It works fine on the regular size website screen, because its not a hamburger drop down menu.

    The color code i need is #606060 to be the actual text color.

    please let me know if there is anything you need to help me out!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change green text on mobile view header’ is closed to new replies.