How can I override file featured-image-first.php of Avada theme

I use the Avada theme, and I have created a child theme (Customweb) for it. I tried to override the file: wp-content/themes/Avada/includes/lib/inc/templates/featured-image-first.php And I try create that file in at: wp-content/themes/Customweb/includes/lib/inc/templates/featured-image-first.php But it doesn’t work. Thank you for your help. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the … Read more

Impossible to declare box-shadow with wp.customize?

I’m trying to put a section in the customizer where you can choose how to put a box-shadow in a h1. The problem is that i need to write the whole box-shadow box at once, is not like border where you can split in border-top, border-color, border-style, border-with, etc. Then, i need to get some css values different than the one im changing at that moment. Well, i dont know if i explained my self properly. You can see what i mean in the following example code (it’s just an example, this code doesnt work):