 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
October 13, 2021 at 5:56 pm #1324793Hello, I would like to change the text “Select version” to “To the (number of variants) item (s)”. Can you help me here, or do I have to go to the Woocommerce forum? Many greetings 
 AlexOctober 14, 2021 at 8:17 am #1324862Is it also possible to get my blue button to full width and height? Right now there is some grey space around it. October 14, 2021 at 9:16 am #1324874Hi, Thank you for the inquiry. To adjust the button text, you can use this plugin. // https://wordpress.org/plugins/say-what/ Just look for the text that you would like to adjust, then provide the replacement text or translation. You can also adjust the text by editing the template file (enfold/config-woocommerce/config.php line 529) directly. if($product->get_type() == 'variable' && empty($output)) { $output = '<a class="add_to_cart_button button product_type_variable" href="'.get_permalink($product->get_id()).'"><span '.av_icon_string("details").'></span> '.__("Select options","avia_framework").'</a>'; } if(in_array($product->get_type(), array('subscription', 'simple', 'bundle'))) { $output .= '<a class="button show_details_button" href="'.get_permalink($product->get_id()).'"><span '.av_icon_string("details").'></span> '.__("Show Details","avia_framework").'</a>'; }And to adjust the button style, use this css code. .avia_cart_buttons { padding: 0; } #top .avia_cart_buttons .button { padding: 10px; }Again, you need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css or resave the theme options. Best regards, 
 IsmaelOctober 14, 2021 at 10:04 am #1324885Thank you, got it. October 14, 2021 at 2:46 pm #1324947
- 
		AuthorPosts
- You must be logged in to reply to this topic.
