I dont know how to change this colour as you see in the picture. How do I change the colour underlining the menu and in the button in the contact form? Thanks
http://imgur.com/chl34np,7cF9wEF
Hi Speakers-Club!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .avia-menu-fx .avia-arrow, .header_color .avia-menu-fx { background-color: green; border-color: green; }.main_color input[type='submit']:hover {
background-color: orange;
color: #ffffff;
border-color: orange;
}
.main_color input[type='submit'] {
background-color: green;
color: #ffffff;
border-color: green;
}
Regards,
Yigit