Awesome WordPress Themes At Great Prices Get 15% Off Use Code "Ovation15"

Home Forums Ovations Themes Menu in mobile Reply To: Menu in mobile

#8549
Developer
Moderator

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

Translate »