Home › Forums › Ovations Themes › Menu in mobile › Reply To: Menu in mobile
Hi,
Add the below CSS code in additional CSS.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish
@media screen and (max-width: 1024px){ .toggle-nav i { font-size: 29px; color: #fff; } }
Many Thanks