• hy everybody,

    i am failing to implement font-variant: normal for the normal full size menue when adding customised css. it just doesn’t do it. any ideas?

    .main-navigation ul{
    	font-family: courier;
    	 letter-spacing: 2px;
    	font-variant: normal;
    	
    
    }
Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @zen85

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .main-navigation li {
      text-transform: none;
    }

    Let me know if that does it.
    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove the caps in main-menue’ is closed to new replies.