Search for: Log In Free Support [Resolved] How can I target Off-Canvas menu items? Home › Forums › Support › How can I target Off-Canvas menu items? This topic has 3 replies, 2 voices, and was last updated 5 months, 4 weeks ago by Elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 8, 2020 at 4:26 pm #1435912 Andy Hi there, I’d like to increase the font size of my menu items *without* changing the font size of my menu icon (sitting in header). How do I target the items here exclusively: View post on imgur.com Thanks! September 8, 2020 at 5:06 pm #1435932 ElvinStaff Customer Support Hi Andy, You can try this CSS code: .slideout-navigation.main-navigation .main-nav ul li a { font-size: 30px; } and if you want something different for mobile, you’ll have to use @media (max-width:768px){} which will look something like this: @media (max-width:768px){ .slideout-navigation.main-navigation .main-nav ul li a { font-size: 17px; } } Let us know if this works for you. A wise man once said: "Have you cleared your cache?" September 9, 2020 at 6:17 pm #1437380 Andy Perfect thanks Elvin! September 9, 2020 at 6:29 pm #1437383 ElvinStaff Customer Support Nice one! No problem. 🙂 A wise man once said: "Have you cleared your cache?" Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In