Hello sir
Thank you for your constant help when ever I needed it.
I wanted to change the drown menu color change but could not get.Pics attached.please help
Hi @rpshvju,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Travelify Other Options
#branding #main-nav ul li ul.sub-menu a {
background-color: #000;
color: #fff;
}
#branding #main-nav ul li ul.sub-menu li {
border-color: #000;
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best Regards,
Movin
Thank you very much sir for your help. You are such a kind helping person.
You are most welcome here