• Resolved AndKel

    (@andkel)


    Hello,

    i want to change the color of the submenu titles in my mobile menu. at the moment it is grey (#777777 i think)…
    how can i chang it to black?

    Thank you in advance!

    And i really like your theme.

    Kind regards

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

    To change the color of the sub-menu titles in mobile menu follow the given below instructions:

    Go to Dashboard admin panel >> Appearance menu >> Theme Options >> Custom CSS.

    Now write the given below CSS code snippet into custom CSS editor.

    .dropdown-menu > li > a {
    color: #000 !important;
    }

    Now save the changes.

    Let me know for further assistance.

    Thanks

    HI AndKel,

    Have you got the Solution ?

    Thanks

    Thread Starter AndKel

    (@andkel)

    Hey Weblizar and Weblizar_support,

    yes it worked. Thank you for very much, i’m a very satisfied customer of your Theme!

    Regards
    AndKel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mobile version menu color’ is closed to new replies.