edit index file

There is a snippet of code i need to change color values for,

    #main-nav { background: #57ad68; border-color: #57ad68; }

When i inspect, it says it is contained within the index, but i cannot find this to change, i have already tried using a child theme and using custom css within travelify customizer but neither seem to take effect, any advice?

Chris

Hi Chris,

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

#main-nav { background: #57ad68 !important; border-color: #57ad68 !important; }

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