Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #161530
    valelotartaro
    Participant

    How can I change the menu font size and the color of the hover in menu?

    #161546
    Skandha
    Participant

    @valelotartaro: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation a {
    	font-size:20px !important; 
    }
    .site-navigation .current-menu-item > a, .site-navigation a:hover, .site-navigation a:focus {
    	color:red !important;
    }

    You can change the color and font size according to your requirement!
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu font size and hover’ is closed to new replies.