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

    Hi,

    How can I change the form button font colour on this front page?

    I like the yellow button but want the text to be #444444.

    When you hover over the button I like this and don’t want to change it.

    Thanks,

    Harvinder

    #1402577

    Hey ballindigital,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .main_color .avia_ajax_form input[type='submit'].button {
    	color: #444;
    }
    .main_color .avia_ajax_form input[type='submit'].button:hover {
    	color: #fff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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