The Drop Down Menu in Blaskan starts with white font and red background. How to change to black font and white background?
Hi there
Hope you are having a good day and thank you for your question
In order to check your question i need to see your live website, please provide url and i will take a look
Thanks … staging site: http://jzc.0c4.myftpupload.com
hey there
Hope you are having a good day and thank you for your question
Please add this CSS in appearance - customize - additional CSS
.main-navigation ul ul li {
background-color: rgba(255, 255, 255, 0.88);
}
.main-navigation ul ul li a {
color: #000;
}
Thanks!
Colorlib Support Team