Archived topic
Need some help
1 reply · Started by Shivam on September 28, 2019
Viewing posts 1–2 of 2
Hey i wanted to add gradient background in bothe primary navigation and sub navigation so i added this css :
.main-navigation, .main-nav ul ul li {background : linear-gradient(120deg,#7329ce 0%,#b142ec 100%)}
And it worked very well on desktop but i don't know why on mobile device sub menu is still in white color...
Hi there,
thats because you're using the Mobile Header - you would need to include this selector in your CSS:
#mobile-header ul li
This archived topic is closed to new replies.