• Hi, I can’t change the color and font size of the menu. Can you help me? Thank you very much

Viewing 1 replies (of 1 total)
  • Hi @mhiax,
    Thanks for your question. You may change the font color of the menu at Appearance > Customize > Colors > Header > Text Color.
    Otherwise, you may use custom CSS styles to change the color, hover color, and size:

    .main-navigation a{
    	color:#c86969 !important;
    	font-size:1.1em;
    }
    .main-navigation a:hover{
    	color:#ffa8a8 !important;
    	font-size:1.1em;
    }

    Let me know if it is helpful.

Viewing 1 replies (of 1 total)
  • The topic ‘menu color text’ is closed to new replies.