Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #248263

    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

    #248266

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.