Elementor Clipboard Guide:

Step 1 - Give the button this CSS class:

				
					copy-btn


				
			

Step 2 - Give the button this attribute

Remember to change the “1” number so it matchs the attribute of next step. 

				
					copy-section|text-to-copy-1
				
			

Step 3 - Insert this line of code in the HTML box

Remember to change the “1” number to match the attribute of your button. 

				
					<!-- paste elementor section inside textarea -->
<textarea class="text-to-copy-1" style="color:white;font-size:1px; overflow:hidden;height:100px;"></textarea>
				
			

Step 4 - Copy the Elementor design you want and paste it inside the code.