Home Forums ArileWP Pro drop-down menu color Reply To: drop-down menu color

#30250
themearile
Keymaster

Hi James

Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to publish button.

@media (min-width: 992px){
.navbar .nav .dropdown-item {
color: #fff !important;
}
}

Let us know if it works.

Thanks