/*
Theme Name: Venor Child
Theme URI: https://venor.lucianionut.com
Template: venor
Author: SweetThemes
Author URI: https://themeforest.net/user/sweet-themes
Description: Business Consulting WordPress Theme
Version: 1.0
Text Domain: venor
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post

*/

/* =Theme customization starts here
------------------------------------------------------- */

/* CONTACT FORM 7 FILE UPLOAD */

.wpcf7 input[type="file"] {
padding-top: 13px;
}
<script>
document.getElementById("copyBtn").addEventListener("click", function () {
  const text = document.getElementById("copyText").textContent;
  navigator.clipboard.writeText(text).then(() => {
    alert("Link copied!");
  });
});
</script>
