Okay
  Public Ticket #1932994
Manu font color in mobile version
Closed

Comments

  • ievabrezgyte started the conversation

    Hi :)

    Mobile/tablet version of the website made with Mango theme has a hamburger menu dropdown. Field background is dark, therefore black color of menu items is not visible. I would like to leave the black color for header menu in desktop version but change it into white for mobile version. However, I can not find a way to do that. Could you help out?

    I am attaching a screenshot how menu looks like in a mobile/tablet version.

    Thank you!

    Ieva


  •  675
    Neuron replied

    Hey Ieva,

    You can simply add the following style in Custom CSS, it will fix the issue.

    @media (max-width: 991px) {
        header nav ul li a {
            color: #fff !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • ievabrezgyte replied

    That worked. Thank you! :)

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.