• Is there a code to make the words displayed in the header menu bigger so they are easier to read? I.e. Home, Strategy, Tools, etc.

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

Viewing 1 replies (of 1 total)
  • The following should work in Appearance->Customize->Additional CSS

    #header .header-links ul li a {
    	font-size: 16px;
    }

    You can modify the 16px value to your liking

Viewing 1 replies (of 1 total)
  • The topic ‘Menu Pages/Words Bigger’ is closed to new replies.