Comments trellisanalytics started the conversationJanuary 13, 2023 at 5:01pmI need to reference an external css file using the <link href> tag, and I need to place it above the </head> closing tag. I also need to add an external JS file above the </body> tag. How can I do this? 7,092Oliver repliedJanuary 14, 2023 at 11:14amHi,1. Copy template wp-content/themes/thegem-elementor/header.php to the main folder of the child theme (theme in attach) and make your changes there. 2. Also copy template footer.php to the child theme, there you will find </body> tag. Attached files: TheGem_Elementor_child.zipPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
I need to reference an external css file using the <link href> tag, and I need to place it above the </head> closing tag.
I also need to add an external JS file above the </body> tag.
How can I do this?
Hi,
1. Copy template wp-content/themes/thegem-elementor/header.php to the main folder of the child theme (theme in attach) and make your changes there.
2. Also copy template footer.php to the child theme, there you will find </body> tag.
Attached files: TheGem_Elementor_child.zip
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver