/*
Theme Name: base-line.eu
Description: A <a href='http://bus-werk.nl'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.bus-werk.nl
Template: enfold
*/



/*Add your own styles here:*/


.header_color .main_menu ul:first-child > li > a { color: #000000; } /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover { color: #249ece; } /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a, 
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #249ece; } /* color of active menu item */


function prefix_add_to_cart_text( $text ) {
	$text = __( 'Add', 'text_domain' );

	return $text;
}

add_filter( 'woocommerce_product_single_add_to_cart_text', 'prefix_add_to_cart_text' );
